Skip to content

Commit

Permalink
Update ScreenTitleMenu underlay.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-abram authored Aug 17, 2018
1 parent 713ce90 commit 0e213f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Themes/Til Death/BGAnimations/ScreenTitleMenu underlay.lua
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ for i=1,choiceCount do
if(isOver(self)) then
SCREENMAN:GetTopScreen():playcommand("MadeChoicePlayer_1")
SCREENMAN:GetTopScreen():playcommand("Choose")
if choices[i] ~= "Multi" then -- for some reason multi gets stuck :/
if choices[i] ~= "Multi" and choices[i] ~= "GameStart" then -- for some reason multi gets stuck :/
GAMESTATE:ApplyGameCommand(THEME:GetMetric("ScreenTitleMenu", "Choice"..choices[i]))
end
end
Expand All @@ -131,4 +131,4 @@ for i=1,choiceCount do
end


return t
return t

0 comments on commit 0e213f9

Please sign in to comment.