]> 4ch.mooo.com Git - 16.git/commitdiff
reverted to older ver of 16_mm because of bugs cleanup junk files accidnetly made
authorsparky4 <sparky4@cock.li>
Thu, 22 Sep 2016 22:00:36 +0000 (17:00 -0500)
committersparky4 <sparky4@cock.li>
Thu, 22 Sep 2016 22:00:36 +0000 (17:00 -0500)
src/lib/16_pm.c

index e699fcbf69ba6b9041a6eefbcb79bbc53d9942eb..9e4d608afd777e52f12bef049104d87a31020145 100755 (executable)
@@ -293,7 +293,6 @@ PML_ShutdownEMS(global_game_variables_t *gvar)
 boolean\r
 PML_StartupXMS(global_game_variables_t *gvar)\r
 {\r
-       //XMSD;\r
        gvar->pm.xmm.XMSPresent = false;                                        // Assume failure\r
        gvar->pm.xmm.XMSAvail = 0;\r
 \r
@@ -343,9 +342,6 @@ error:
 void\r
 PML_XMSCopy(boolean toxms,byte far *addr,word xmspage,word length, global_game_variables_t *gvar)\r
 {\r
-#ifdef __WATCOMC__\r
-       //XMSD;\r
-#endif\r
        dword   xoffset;\r
        struct\r
        {\r
@@ -416,7 +412,6 @@ PML_CopyFromXMS(byte far *target,int sourcepage,word length, global_game_variabl
 void\r
 PML_ShutdownXMS(global_game_variables_t *gvar)\r
 {\r
-       //XMSD;\r
        if (gvar->pm.xmm.XMSPresent)\r
        {\r
                _DX = gvar->pm.xmm.XMSHandle;\r
@@ -821,7 +816,7 @@ PML_GiveLRUPage(boolean mainonly, global_game_variables_t *gvar)
 //\r
 //     PML_GiveLRUXMSPage() - Returns the page # of the least recently used\r
 //             (and present) XMS page.\r
-//     This routine won't return the XMS page protected (by gvar->pm.xmm.XMSProtectPage)\r
+//     This routine won't return the XMS page protected (by XMSProtectPage)\r
 //\r
 int\r
 PML_GiveLRUXMSPage(global_game_variables_t *gvar)\r