[default -> loading window] YAM

This commit is contained in:
Henrik Andersson
2011-06-07 12:26:46 +02:00
56 changed files with 140 additions and 188 deletions
+1 -1
View File
@@ -375,7 +375,7 @@ void ScreenInstallOverlay::Update( float fDeltaTime )
GAMEMAN->GetStylesForGame( GAMESTATE->m_pCurGame, vpStyle, false );
GAMESTATE->m_PlayMode.Set( PLAY_MODE_REGULAR );
GAMESTATE->m_bSideIsJoined[0] = true;
GAMESTATE->m_MasterPlayerNumber = PLAYER_1;
GAMESTATE->SetMasterPlayerNumber(PLAYER_1);
GAMESTATE->m_pCurStyle.Set( vpStyle[0] );
GAMESTATE->m_pCurSong.Set( pSong );
GAMESTATE->m_pPreferredSong = pSong;