mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-29 16:01:44 +00:00
massive windows.h and WIN32 cleanup.
This commit is contained in:
parent
8557d50235
commit
2d068c0745
19 changed files with 20 additions and 320 deletions
|
@ -136,9 +136,6 @@ main (int argc, const char **argv)
|
|||
|
||||
host_parms.memsize = 8 * 1024 * 1024;
|
||||
|
||||
if ((t = COM_CheckParm ("-heapsize")) != 0 && t + 1 < com_argc)
|
||||
host_parms.memsize = atoi (com_argv[t + 1]) * 1024;
|
||||
|
||||
if ((t = COM_CheckParm ("-mem")) != 0 && t + 1 < com_argc)
|
||||
host_parms.memsize = atoi (com_argv[t + 1]) * 1024 * 1024;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue