- doubled the default for horizontal mouse sensitivity.

This seems to fit more systems.
This commit is contained in:
Christoph Oelckers 2020-10-17 13:10:09 +02:00
parent fb8bc9876c
commit 473072d556

View file

@ -50,7 +50,7 @@ int eventhead;
int eventtail;
event_t events[MAXEVENTS];
CVAR(Float, m_sensitivity_x, 2, CVAR_ARCHIVE | CVAR_GLOBALCONFIG)
CVAR(Float, m_sensitivity_x, 4, CVAR_ARCHIVE | CVAR_GLOBALCONFIG)
CVAR(Float, m_sensitivity_y, 2, CVAR_ARCHIVE | CVAR_GLOBALCONFIG)
CVAR(Bool, m_filter, false, CVAR_ARCHIVE | CVAR_GLOBALCONFIG)