Player::Init isn't called every song; Load is

This commit is contained in:
Glenn Maynard
2006-01-30 04:51:01 +00:00
parent 5bd65a0212
commit 569e3ed4a5
-1
View File
@@ -243,7 +243,6 @@ void Player::Init(
}
// Load CSD
// TODO: Don't reload every song
if( GAMESTATE->m_bMultiplayer && m_pControllerStateDisplay && !m_pControllerStateDisplay->IsLoaded() ) // only load the first time
{
m_pControllerStateDisplay->Load( pPlayerState->m_mp );