diff options
| author | JAROWMR <jarorutjes07@gmail.com> | 2025-01-08 13:40:20 +0100 | 
|---|---|---|
| committer | JAROWMR <jarorutjes07@gmail.com> | 2025-01-08 13:40:20 +0100 | 
| commit | aa8bf26452157f81f72b6d6759e461ff2ca24568 (patch) | |
| tree | c8b69948708410dac3282ab5d3e7f9cde4cce22f /game/hud/SpeedScript.h | |
| parent | c001bfe4e82cecc880700b6f2a434371d818a473 (diff) | |
updated preview and added credits button
Diffstat (limited to 'game/hud/SpeedScript.h')
| -rw-r--r-- | game/hud/SpeedScript.h | 2 | 
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;  };  |