Skip to content

Commit

Permalink
- doubled the default for horizontal mouse sensitivity.
Browse files Browse the repository at this point in the history
This seems to fit more systems.
  • Loading branch information
coelckers committed Oct 17, 2020
1 parent fb8bc98 commit 473072d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/engine/d_event.cpp
Expand Up @@ -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)

Expand Down

0 comments on commit 473072d

Please sign in to comment.