mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-22 20:21:38 +00:00
Well, let's be really strict and put Host_Init(void) here..
This commit is contained in:
parent
186bba720c
commit
6e3337b64a
1 changed files with 1 additions and 1 deletions
|
@ -1575,7 +1575,7 @@ void Host_Frame (float time)
|
|||
Host_Init
|
||||
====================
|
||||
*/
|
||||
void Host_Init ()
|
||||
void Host_Init (void)
|
||||
{
|
||||
if (COM_CheckParm ("-minmemory"))
|
||||
host_parms.memsize = MINIMUM_MEMORY;
|
||||
|
|
Loading…
Reference in a new issue