Merge pull request #330 from JeodC/main

Reset death flag on death in boo race
This commit is contained in:
Joe H
2025-09-22 10:02:59 +01:00
committed by GitHub

View File

@@ -563,6 +563,7 @@ func death_load() -> void:
if Global.current_game_mode == Global.GameMode.BOO_RACE:
Global.reset_values()
Global.clear_saved_values()
Global.death_load = false
Level.start_level_path = Global.current_level.scene_file_path
Global.current_level.reload_level()