Well, let's be really strict and put Host_Init(void) here..

This commit is contained in:
Dabb 2000-11-27 15:26:49 +00:00
parent 186bba720c
commit 6e3337b64a

View file

@ -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;