diff options
author | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-18 13:56:39 -0700 |
---|---|---|
committer | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-18 13:56:39 -0700 |
commit | 59b7c312c61a8526859c725d4f9a7367cbc4751d (patch) | |
tree | c5011d5da404e1926b87e882bfe48b9b60d98c47 /src/settings.c | |
parent | 2016fd3e8a39205843f770df7e80df27f720abad (diff) |
Funny funny speed mod thingy
Diffstat (limited to 'src/settings.c')
-rw-r--r-- | src/settings.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/settings.c b/src/settings.c index 889867c..5d1a7fa 100644 --- a/src/settings.c +++ b/src/settings.c @@ -4,7 +4,8 @@ void initSettings(Settings * settings) { *settings = (Settings){ .controlMode = KEYBOARD_AND_MOUSE_CONTROL, .mouseSensitivity = 0.0007, - .scrollBarSpeed = 10.0, + .speedMod = 10.0, + .scrollBarSpeed = 2.0, .lockMouse = true, .gamePadNum = 0, .pitchStick = 1, |