- Blood: Remove r_horizcenter and standardise horizon in game to that of the default in the backend (currently 100).

* The use of this will go when the input is re-factored to operate on the standard horizon of 100, not 0.
This commit is contained in:
Mitchell Richters 2020-09-16 10:34:53 +10:00
parent 4d47fe7e85
commit 20c73e1249
5 changed files with 4 additions and 12 deletions

View file

@ -207,8 +207,6 @@ CUSTOM_CVARD(Int, r_fov, 90, CVAR_ARCHIVE|CVAR_GLOBALCONFIG, "change the field o
else if (self > 140) self = 140;
}
CVARD(Bool, r_horizcenter, false, CVAR_ARCHIVE, "enable/disable centered horizon line") // only present in Blood.
CVARD(Bool, in_mousemode, true, CVAR_ARCHIVE|CVAR_GLOBALCONFIG, "toggles vertical mouse view")
CVAR(Bool, silentmouseaimtoggle, false, CVAR_ARCHIVE|CVAR_GLOBALCONFIG)