mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 07:11:41 +00:00
[nq] Fix a missing void params
Thanks to Emily for finding it.
This commit is contained in:
parent
079e2c055a
commit
f21e1275b9
1 changed files with 1 additions and 1 deletions
|
@ -1582,7 +1582,7 @@ static builtin_t builtins[] = {
|
|||
};
|
||||
|
||||
void
|
||||
SV_PR_Cmds_Init ()
|
||||
SV_PR_Cmds_Init (void)
|
||||
{
|
||||
Cvar_Register (&sv_aim_cvar, 0, 0);
|
||||
|
||||
|
|
Loading…
Reference in a new issue