mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-25 13:32:01 +00:00
Well, let's be really strict and put SV_Init(void) here..
This commit is contained in:
parent
6e3337b64a
commit
008f880ea4
1 changed files with 1 additions and 1 deletions
|
@ -1811,7 +1811,7 @@ SV_InitNet (void)
|
|||
SV_Init
|
||||
*/
|
||||
void
|
||||
SV_Init ()
|
||||
SV_Init (void)
|
||||
{
|
||||
COM_InitArgv (host_parms.argc, host_parms.argv);
|
||||
// COM_AddParm ("-game");
|
||||
|
|
Loading…
Reference in a new issue