fix note skin data not always being loaded

This commit is contained in:
Glenn Maynard
2003-06-25 05:22:58 +00:00
parent 352a8ab860
commit cac429e488
+2
View File
@@ -139,6 +139,8 @@ void ResetGame()
PREFSMAN->ReadGamePrefsFromDisk();
INPUTMAPPER->ReadMappingsFromDisk();
NOTESKIN->RefreshNoteSkinData( GAMESTATE->m_CurGame );
/*
GameState::Reset() will switch the NoteSkin
for( int p=0; p<NUM_PLAYERS; p++ )