]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/hb/democ6.c
not done making demohp.c. i gotta get the files to the other lappy4
[16.git] / src / lib / hb / democ6.c
diff --git a/src/lib/hb/democ6.c b/src/lib/hb/democ6.c
deleted file mode 100755 (executable)
index dcad4be..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-/*\r
-=====================\r
-=\r
-= DemoLoop\r
-=\r
-=====================\r
-*/\r
-\r
-static char *ParmStrings[] = {"easy","normal","hard",""};\r
-\r
-void   DemoLoop (void)\r
-{\r
-\r
-/////////////////////////////////////////////////////////////////////////////\r
-// main game cycle\r
-/////////////////////////////////////////////////////////////////////////////\r
-\r
-       displayofs = bufferofs = 0;\r
-       VW_Bar (0,0,320,200,0);\r
-       VW_SetScreen(0,0);\r
-\r
-//\r
-// Read in all the graphic images needed for the title sequence\r
-//\r
-               VW_WaitVBL(1);\r
-               IN_ReadControl(0,&control);\r
-\r
-//     set EASYMODE\r
-//\r
-       if (stricmp(_argv[2], "1") == 0)\r
-               EASYMODEON = true;\r
-       else\r
-               EASYMODEON = false;\r
-\r
-// restore game\r
-//\r
-       if (stricmp(_argv[3], "1") == 0)\r
-       {\r
-               VW_FadeOut();\r
-               bufferofs = displayofs = 0;\r
-               VW_Bar(0,0,320,200,0);\r
-               if (GE_LoadGame())\r
-               {\r
-                       loadedgame = true;\r
-                       playstate = ex_loadedgame;\r
-                       Keyboard[sc_Enter] = true;\r
-                       VW_Bar(0,0,320,200,0);\r
-                       ColoredPalette();\r
-               }\r
-               VW_Bar(0,0,320,200,0);\r
-               VW_FadeIn();\r
-       }\r
-\r
-       // Play a game\r
-       //\r
-               restartgame = gd_Normal;\r
-               NewGame();\r
-               GameLoop();\r
-}\r