mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
minor tidy-ups
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@1128 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
e876e88f74
commit
352c310f99
2 changed files with 3 additions and 3 deletions
|
@ -120,10 +120,7 @@ int main(int argc, char *argv[])
|
|||
|
||||
Sys_Init();
|
||||
|
||||
// default memory size
|
||||
// TODO: less mem, eg. 16 mb, for dedicated server??
|
||||
parms.memsize = DEFAULT_MEMORY;
|
||||
|
||||
if (COM_CheckParm("-heapsize"))
|
||||
{
|
||||
t = COM_CheckParm("-heapsize") + 1;
|
||||
|
|
|
@ -1 +1,4 @@
|
|||
#include <winresrc.h>
|
||||
|
||||
icon ICON "QuakeSpasm.ico"
|
||||
|
||||
|
|
Loading…
Reference in a new issue