mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-29 07:12:30 +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
|
SV_Init
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
SV_Init ()
|
SV_Init (void)
|
||||||
{
|
{
|
||||||
COM_InitArgv (host_parms.argc, host_parms.argv);
|
COM_InitArgv (host_parms.argc, host_parms.argv);
|
||||||
// COM_AddParm ("-game");
|
// COM_AddParm ("-game");
|
||||||
|
|
Loading…
Reference in a new issue