Force event mode for online play

This commit is contained in:
Josh Allen
2006-05-16 03:32:01 +00:00
parent a31d6a334a
commit 8fe83f73a3
+3
View File
@@ -477,6 +477,9 @@ void ScreenNetSelectMusic::StartSelectedSong()
GAMESTATE->m_PreferredSortOrder = GAMESTATE->m_SortOrder;
GAMESTATE->m_pPreferredSong = pSong;
//force event mode
GAMESTATE->m_bTemporaryEventMode = true;
TweenOffScreen();
StartTransitioningScreen( SM_GoToNextScreen );
}