Skip to content

Commit

Permalink
fix playeroptions going nowhere when it says it goes to gameplay
Browse files Browse the repository at this point in the history
this fix is wrong but it works 101% of the time
  • Loading branch information
poco0317 committed Aug 15, 2021
1 parent cd125a3 commit 2a66db3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Themes/_fallback/Scripts/02 OptionsMenu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ function PONextScreen()
end,
SaveSelections = function(self,list)
local entnames = {"Main","Theme","Effect"}
SCREENMAN:GetTopScreen():SetNextScreenName(ToGameplay())
for i,v in ipairs(self.Values) do
if list[i] and i > 1 then
SCREENMAN:GetTopScreen():SetNextScreenName( "ScreenPlayerOptions" )
Expand Down

0 comments on commit 2a66db3

Please sign in to comment.