Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
cadin committed Sep 7, 2022
2 parents e3caaf4 + af611b3 commit d3a80b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Panels.lua
Original file line number Diff line number Diff line change
Expand Up @@ -539,10 +539,12 @@ local function nextSequence()
elseif isCutscene then
gameDidFinish = true
cutsceneFinishCallback()
Panels.Audio.killBGAudio()
else
gameDidFinish = true
updateMenuData(sequences, gameDidFinish)
menusAreFullScreen = true
Panels.Audio.killBGAudio()
Panels.mainMenu:show()
end
end
Expand Down

0 comments on commit d3a80b5

Please sign in to comment.