Disable autosave in speedrun mode

This commit is contained in:
Luke Street
2026-05-08 00:46:02 -06:00
parent 1c1a849095
commit 3c5152a67b
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -45,6 +45,7 @@ namespace dusk {
getSettings().game.enableTurboKeybind.setValue(false);
getSettings().game.debugFlyCam.setValue(false);
getSettings().game.autoSave.setValue(false);
}
SpeedrunInfo m_speedrunInfo;