]> 4ch.mooo.com Git - 16.git/commitdiff
wwww fixed www
authorsparky4 <sparky4@cock.li>
Mon, 4 Apr 2016 19:04:39 +0000 (14:04 -0500)
committersparky4 <sparky4@cock.li>
Mon, 4 Apr 2016 19:04:39 +0000 (14:04 -0500)
src/lib/modex16.c
src/lib/modex16.h

index 7d7d7631dce9b3a3217de6ac55a465706d075e3f..b6e12c1e83ce3ebd169cb2678dca9ca7ae43f506 100755 (executable)
@@ -35,7 +35,7 @@ static byte tmppal[PAL_SIZE];
 // setvideo() - This function Manages the video modes                                                                                          //\r
 //                                                                                                                                                                                                                                             //\r
 /////////////////////////////////////////////////////////////////////////////\r
-void VGAmodeX(sword vq, byte cm, global_game_variables_t *gv)\r
+void VGAmodeX(sword vq, boolean cm, global_game_variables_t *gv)\r
 {\r
        union REGS in, out;\r
 \r
@@ -86,8 +86,7 @@ vgaGetMode()
 }\r
 \r
 /* -========================= Entry  Points ==========================- */\r
-void\r
-modexEnter(sword vq, boolean cm, global_game_variables_t *gv)\r
+void modexEnter(sword vq, boolean cm, global_game_variables_t *gv)\r
 {\r
        word i;\r
        dword far*ptr=(dword far*)VGA;      /* used for faster screen clearing */\r
index 1ba62683527887668c14be8fb960562d69da93aa..c21cfc2f109d336278b38e9f89dae038c0d894e0 100755 (executable)
@@ -82,8 +82,8 @@ typedef union
 
 /* -============================ Functions =============================- */
 /* mode switching, page, and plane functions */
-void VGAmodeX(sword vq, byte cm, global_game_variables_t *gv)
-void modexEnter(sword vq, byte cm, global_game_variables_t *gv);
+void VGAmodeX(sword vq, boolean cm, global_game_variables_t *gv);
+void modexEnter(sword vq, boolean cm, global_game_variables_t *gv);
 long vgaGetMode();
 void modexLeave();
 void modexsetBaseXMode(page_t *page);