Skip to content

Commit

Permalink
Fix popups not displaying on reload
Browse files Browse the repository at this point in the history
  • Loading branch information
dyceron committed Jun 9, 2024
1 parent a0d40d8 commit 34b03c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/open_samus_returns_rando/files/custom/scenario.lua
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,11 @@ function Scenario.InitScenario(_ARG_0_, _ARG_1_, _ARG_2_, _ARG_3_)

if Scenario.showNextSFID ~= nil then
Game.DelSFByID(Scenario.showNextSFID)
Scenario.showNextSFID = nil
end
if Scenario.hideSFID ~= nil then
Game.DelSFByID(Scenario.hideSFID)
Scenario.hideSFID = nil
-- hide old popup
Scenario.HideAsyncPopup()
end
Expand Down

0 comments on commit 34b03c6

Please sign in to comment.