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.h | |
parent | 2016fd3e8a39205843f770df7e80df27f720abad (diff) |
Funny funny speed mod thingy
Diffstat (limited to 'src/settings.h')
-rw-r--r-- | src/settings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h index 119f4f4..b5d703d 100644 --- a/src/settings.h +++ b/src/settings.h @@ -15,6 +15,7 @@ typedef struct Settings { // Keyboard and mouse control. float mouseSensitivity; + float speedMod; float scrollBarSpeed; bool lockMouse; |