mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
[qw] Call SV_Physics_Init_Cvars during server init
This fixes the broken physics. Really, not that bad considering how extensive the cvar revamp was.
This commit is contained in:
parent
3bd50c1555
commit
a4d3352ca1
1 changed files with 1 additions and 0 deletions
|
@ -2355,6 +2355,7 @@ SV_InitLocal (void)
|
|||
int i;
|
||||
|
||||
SV_UserInit ();
|
||||
SV_Physics_Init_Cvars ();
|
||||
|
||||
Cvar_Register (&rcon_password_cvar, 0, 0);
|
||||
Cvar_Register (&admin_password_cvar, 0, 0);
|
||||
|
|
Loading…
Reference in a new issue