foxygit / doom Log in
commit a0ce233f505cecf8a9e5235dcfddf3e78a2231c6
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Sat May 14 21:50:46 2011 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Sat May 14 21:50:46 2011 +0000

    Fix display of ENDOOM screen.

    Subversion-branch: /trunk/chocolate-doom
    Subversion-revision: 2339
---
 src/i_system.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/i_system.c b/src/i_system.c
index 7d3687be..15e91653 100644
--- a/src/i_system.c
+++ b/src/i_system.c
@@ -268,7 +268,7 @@ void I_Endoom(void)
     {
         TXT_UpdateScreen();

-        if (TXT_GetChar() >= 0)
+        if (TXT_GetChar() > 0)
         {
             break;
         }