mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-12-15 15:30:21 -08:00
Merge pull request #330 from JeodC/main
Reset death flag on death in boo race
This commit is contained in:
commit
080ec8f908
1 changed files with 1 additions and 0 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue