2
0
mirror of https://github.com/rehlds/rehlds.git synced 2025-02-26 21:41:06 +03:00

Add missing sv_* cvars registration. (#583)

Add missing sv_rollangle cvar registration.
Add missing sv_rollspeed cvar registration.
This commit is contained in:
In-line 2018-02-20 20:53:29 +04:00 committed by theAsmodai
parent 7a415ed47c
commit acf44cf949

View File

@ -7800,6 +7800,9 @@ void SV_Init(void)
Cvar_RegisterVariable(&sv_rehlds_attachedentities_playeranimationspeed_fix);
Cvar_RegisterVariable(&sv_rehlds_local_gametime);
Cvar_RegisterVariable(&sv_rehlds_send_mapcycle);
Cvar_RegisterVariable(&sv_rollspeed);
Cvar_RegisterVariable(&sv_rollangle);
#endif
for (int i = 0; i < MAX_MODELS; i++)