aboutsummaryrefslogtreecommitdiff
path: root/src/settings.c
diff options
context:
space:
mode:
authornathansmithsmith <thenathansmithsmith@gmail.com>2023-12-18 13:56:39 -0700
committernathansmithsmith <thenathansmithsmith@gmail.com>2023-12-18 13:56:39 -0700
commit59b7c312c61a8526859c725d4f9a7367cbc4751d (patch)
treec5011d5da404e1926b87e882bfe48b9b60d98c47 /src/settings.c
parent2016fd3e8a39205843f770df7e80df27f720abad (diff)
Funny funny speed mod thingy
Diffstat (limited to 'src/settings.c')
-rw-r--r--src/settings.c3
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,