aboutsummaryrefslogtreecommitdiff
path: root/game/hud/SpeedScript.h
diff options
context:
space:
mode:
authorJAROWMR <jarorutjes07@gmail.com>2025-01-08 13:40:20 +0100
committerJAROWMR <jarorutjes07@gmail.com>2025-01-08 13:40:20 +0100
commitaa8bf26452157f81f72b6d6759e461ff2ca24568 (patch)
treec8b69948708410dac3282ab5d3e7f9cde4cce22f /game/hud/SpeedScript.h
parentc001bfe4e82cecc880700b6f2a434371d818a473 (diff)
updated preview and added credits button
Diffstat (limited to 'game/hud/SpeedScript.h')
-rw-r--r--game/hud/SpeedScript.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/hud/SpeedScript.h b/game/hud/SpeedScript.h
index 6c15a89..b40f7cc 100644
--- a/game/hud/SpeedScript.h
+++ b/game/hud/SpeedScript.h
@@ -10,6 +10,6 @@ public:
private:
crepe::SaveManager * savemgr;
- bool toggle = true;
+ bool toggle = false;
float timescale = 1;
};