fix assert "!m_sNoteSkin.empty()"

This commit is contained in:
Chris Danford
2006-03-06 00:17:50 +00:00
parent 6a78f271d0
commit 28f18b1b39
+1 -1
View File
@@ -169,7 +169,7 @@ void ScreenNameEntry::Init()
continue; // skip
// remove modifiers that may have been on the last song
GAMESTATE->m_pPlayerState[p]->m_PlayerOptions = PlayerOptions();
GAMESTATE->GetDefaultPlayerOptions( GAMESTATE->m_pPlayerState[p]->m_PlayerOptions );
ASSERT( GAMESTATE->IsHumanPlayer(p) ); // they better be enabled if they made a high score!