- remove old 'mouse_sensitivity' cvar completely, it's no longer needed

- update defcvars parser so it no longer looks for it
This commit is contained in:
Rachael Alexanderson 2020-09-30 01:05:37 -04:00
commit e2e176e0be
3 changed files with 9 additions and 4 deletions

View file

@ -77,7 +77,6 @@ CVAR (Bool, sv_cheats, false, CVAR_SERVERINFO | CVAR_LATCH)
CVAR (Bool, sv_unlimited_pickup, false, CVAR_SERVERINFO)
CVAR (Int, cl_blockcheats, 0, 0)
CVAR(Float, mouse_sensitivity, 1.f, CVAR_ARCHIVE | CVAR_GLOBALCONFIG)
CVAR(Bool, show_messages, true, CVAR_ARCHIVE | CVAR_GLOBALCONFIG)
CVAR(Bool, show_obituaries, true, CVAR_ARCHIVE)