Fixed invincible enemies cheat not deactivating on game startup when speedrun mode is activated

This commit is contained in:
hector.bonhoure@gmail.com
2026-07-05 16:05:55 +02:00
parent 42910ab2fd
commit b772b6d952
+1
View File
@@ -34,6 +34,7 @@ void resetForSpeedrunMode() {
getSettings().game.fastRoll.setSpeedrunValue(false);
getSettings().game.fastSpinner.setSpeedrunValue(false);
getSettings().game.armorRupeeDrain.setSpeedrunValue(MagicArmorMode::NORMAL);
getSettings().game.invincibleEnemies.setSpeedrunValue(false);
getSettings().game.pauseOnFocusLost.setSpeedrunValue(false);
aurora_set_pause_on_focus_lost(false);