Detect all networking not just SMO

This commit is contained in:
Josh Allen
2006-11-24 14:35:41 +00:00
parent 94e777c27f
commit bcfa4e2fb0
@@ -37,7 +37,7 @@ function SongSelectionScreen()
end
function NextNetworkScreen()
if IsNetSMOnline() then return "ScreenCaution" end
if IsNetConnected() then return "ScreenCaution" end
return "ScreenTitleMenu"
end