use GAMESTATE:GetPlayMode instead of PlayModeName
This commit is contained in:
@@ -40,7 +40,7 @@ function GetSelectMusicNext()
|
|||||||
end
|
end
|
||||||
|
|
||||||
function SelectFirstOptionsScreen()
|
function SelectFirstOptionsScreen()
|
||||||
if PlayModeName() == "Rave" then return "ScreenRaveOptions" end
|
if GAMESTATE:GetPlayMode() == PLAY_MODE_RAVE then return "ScreenRaveOptions" end
|
||||||
return "ScreenPlayerOptions"
|
return "ScreenPlayerOptions"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user