Add a branch for use with the new theme and network play. Keep the old around for reference.
This commit is contained in:
@@ -36,6 +36,13 @@ function SongSelectionScreen()
|
||||
return "ScreenSelectMusic"
|
||||
end
|
||||
|
||||
function ScreenSelectMusicBranch()
|
||||
if IsNetConnected() then ReportStyle() end
|
||||
if IsNetSMOnline() then return SMOnlineScreen() end
|
||||
if IsNetConnected() then return "ScreenNetSelectMusic" end
|
||||
return "ScreenSelectMusic"
|
||||
end
|
||||
|
||||
function NextNetworkScreen()
|
||||
if IsNetConnected() then return "ScreenCaution" end
|
||||
return "ScreenTitleMenu"
|
||||
|
||||
Reference in New Issue
Block a user