]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_tail.c
__seguse.txt added to show _seg usage also OpenVGMFile needs to be ported to 16_snd...
[16.git] / src / lib / 16_tail.c
index c1cef87da1f3984a4966915594cbdb58e8a00dd4..557c4968930439d4c1efb3d89e8a87a70589d1d4 100755 (executable)
@@ -57,10 +57,10 @@ void Startup16(global_game_variables_t *gvar)
                return;\r
        }\r
        // hardware must be VGA or higher!\r
-//     if (!(vga_state.vga_flags & VGA_IS_VGA)) {\r
-//             printf("This program requires VGA or higher graphics hardware\n");\r
-//             return;\r
-//     }\r
+       if (!(vga_state.vga_flags & VGA_IS_VGA)) {\r
+               printf("This program requires VGA or higher graphics hardware\n");\r
+               return;\r
+       }\r
 \r
        if (_DEBUG_INIT() == 0) {\r
 #ifdef DEBUGSERIAL\r
@@ -79,7 +79,7 @@ void Startup16(global_game_variables_t *gvar)
 #ifdef __DEBUG_InputMgr__\r
        if(!dbg_nointest)\r
 #endif\r
-       IN_Startup(gvar);\r
+       IN_Startup();\r
 #endif\r
 #ifdef __16_PM__\r
        PM_Startup(gvar);\r
@@ -110,7 +110,7 @@ void Shutdown16(global_game_variables_t *gvar)
 #ifdef __DEBUG_InputMgr__\r
        if(!dbg_nointest)\r
 #endif\r
-       IN_Shutdown(gvar);\r
+       IN_Shutdown();\r
 #endif\r
        CA_Shutdown(gvar);\r
        MM_Shutdown(gvar);\r