diff --git a/stepmania/src/ScreenNameEntry.cpp b/stepmania/src/ScreenNameEntry.cpp index 30b160818b..59a46e82b2 100644 --- a/stepmania/src/ScreenNameEntry.cpp +++ b/stepmania/src/ScreenNameEntry.cpp @@ -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!