shithub: choc

Download patch

ref: 74034c0c1bd68fbc8c57daee922103f69c7ddf6d
parent: b8db918b1d45aa8124a4953305edba550a52db6e
author: Simon Howard <fraggle@gmail.com>
date: Tue Nov 30 16:52:38 EST 2010

Oops.

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2180

--- a/src/deh_io.c
+++ b/src/deh_io.c
@@ -192,9 +192,11 @@
         {
             case DEH_INPUT_FILE:
                 result = DEH_GetCharFile(context);
+                break;
 
             case DEH_INPUT_LUMP:
                 result = DEH_GetCharLump(context);
+                break;
         }
     } while (result == '\r');