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;
+2
View File
@@ -175,6 +175,8 @@ void reset_for_speedrun_mode() {
getSettings().game.freeMagicArmor.setValue(false);
getSettings().game.enableTurboKeybind.setValue(false);
getSettings().game.debugFlyCam.setValue(false);
getSettings().game.autoSave.setValue(false);
}
const Rml::String kInternalResolutionHelpText =