foxygit / doom Log in
commit 74034c0c1bd68fbc8c57daee922103f69c7ddf6d
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Tue Nov 30 21:52:38 2010 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Tue Nov 30 21:52:38 2010 +0000

    Oops.

    Subversion-branch: /trunk/chocolate-doom
    Subversion-revision: 2180
---
 src/deh_io.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/deh_io.c b/src/deh_io.c
index 12fc7d56..92c81632 100644
--- a/src/deh_io.c
+++ b/src/deh_io.c
@@ -192,9 +192,11 @@ int DEH_GetChar(deh_context_t *context)
         {
             case DEH_INPUT_FILE:
                 result = DEH_GetCharFile(context);
+                break;

             case DEH_INPUT_LUMP:
                 result = DEH_GetCharLump(context);
+                break;
         }
     } while (result == '\r');