]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_in.c
changine library~
[16.git] / src / lib / 16_in.c
index c8fd62660767f640a981db1ab5a34aa3d86973d6..2657e2680ffa46395e1bf133f76168f5708d471f 100644 (file)
@@ -675,7 +675,7 @@ IN_ReadCursor(CursorInfo *info)
        }
 }
 
-#ifndef DOMO
+#ifndef DUMU
 ///////////////////////////////////////////////////////////////////////////
 //
 //     IN_ReadControl() - Reads the device associated with the specified
@@ -717,8 +717,8 @@ register    KeyboardDef     *def;
        else if (DemoMode == demo_PlayDone)
                Quit("Demo playback exceeded");
        else
-#endif
        {
+#endif
                                                                                                                        // MDM begin (GAMERS EDGE) - added this block
                ControlTypeUsed = ctrl_None;
 
@@ -869,8 +869,8 @@ register    KeyboardDef     *def;
        else if (DemoMode == demo_PlayDone)
                Quit("Demo playback exceeded");
        else
-#endif
        {
+#endif
                switch (type = Controls[player])
                {
                case ctrl_Keyboard1:
@@ -1040,7 +1040,6 @@ IN_FreeDemoBuffer(void)
 #endif
 
 
-#if 0
 ///////////////////////////////////////////////////////////////////////////
 //
 //     IN_GetScanName() - Returns a string containing the name of the
@@ -1059,8 +1058,6 @@ IN_GetScanName(ScanCode scan)
 
        return(ScanNames[scan]);
 }
-#endif
-
 
 ///////////////////////////////////////////////////////////////////////////
 //