]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys_win.c
removed cruft
[xonotic/darkplaces.git] / sys_win.c
index 9a40abc14be74699a6ea1d9d71f1d96a7c409a52..73b68aa2720fdb86587faa0a0eb805103360d71e 100644 (file)
--- a/sys_win.c
+++ b/sys_win.c
@@ -749,7 +749,7 @@ int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLin
        if (!parms.membase)
                Sys_Error ("Not enough memory free; check disk space\n");
 
-       Sys_PageIn (parms.membase, parms.memsize);
+//     Sys_PageIn (parms.membase, parms.memsize);
 
        tevent = CreateEvent(NULL, FALSE, FALSE, NULL);