move game-specific CVAR out of low level system code.

This commit is contained in:
Christoph Oelckers 2024-11-23 19:49:53 +01:00
commit f2b52f620b
2 changed files with 1 additions and 3 deletions

View file

@ -99,6 +99,7 @@ static FRandom pr_skullpop ("SkullPop");
// [SP] Allows respawn in single player
CVAR(Bool, sv_singleplayerrespawn, false, CVAR_SERVERINFO | CVAR_CHEAT)
CVAR(Float, snd_footstepvolume, 1.f, CVAR_ARCHIVE | CVAR_GLOBALCONFIG)
// Variables for prediction
CVAR(Bool, cl_predict_specials, true, CVAR_ARCHIVE | CVAR_GLOBALCONFIG)