Fix: ReportStyle was not working properly

This commit is contained in:
Charles Lohr
2005-01-22 05:34:02 +00:00
parent e3b09fd0b8
commit 0d7787b9e7
@@ -2,6 +2,7 @@ function SongSelectionScreen()
if PlayModeName() == "Nonstop" then return "ScreenSelectCourseNonstop" end
if PlayModeName() == "Oni" then return "ScreenSelectCourseOni" end
if PlayModeName() == "Endless" then return "ScreenSelectCourseEndless" end
if IsNetConnected() then ReportStyle() end
if IsNetSMOnline() then return LoginScreen() end
if IsNetConnected() then return "ScreenNetSelectMusic" end
return "ScreenSelectMusic"