Fix options from the last song carrying over into name entry
This commit is contained in:
@@ -91,7 +91,6 @@ ScreenNameEntry::ScreenNameEntry()
|
|||||||
LOG->Trace( "ScreenNameEntry::ScreenNameEntry()" );
|
LOG->Trace( "ScreenNameEntry::ScreenNameEntry()" );
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// update cache
|
// update cache
|
||||||
g_fCharsZoomSmall = CHARS_ZOOM_SMALL;
|
g_fCharsZoomSmall = CHARS_ZOOM_SMALL;
|
||||||
g_fCharsZoomLarge = CHARS_ZOOM_LARGE;
|
g_fCharsZoomLarge = CHARS_ZOOM_LARGE;
|
||||||
@@ -193,6 +192,9 @@ ScreenNameEntry::ScreenNameEntry()
|
|||||||
if( !bNewHighScore )
|
if( !bNewHighScore )
|
||||||
continue; // skip
|
continue; // skip
|
||||||
|
|
||||||
|
// remove modifiers that may have been on the last song
|
||||||
|
GAMESTATE->m_PlayerOptions[p] = PlayerOptions();
|
||||||
|
|
||||||
ASSERT( GAMESTATE->IsPlayerEnabled(p) ); // they better be enabled if they made a high score!
|
ASSERT( GAMESTATE->IsPlayerEnabled(p) ); // they better be enabled if they made a high score!
|
||||||
|
|
||||||
m_GrayArrowRow[p].Load( (PlayerNumber)p );
|
m_GrayArrowRow[p].Load( (PlayerNumber)p );
|
||||||
|
|||||||
Reference in New Issue
Block a user