Just a few minor bugfixes. Game Switching re-enabled.

This commit is contained in:
Andrew Livy
2002-07-05 22:10:00 +00:00
parent b79affe965
commit 9c67370e12
3 changed files with 33 additions and 6 deletions
+1 -1
View File
@@ -290,7 +290,7 @@ void ScreenGameplay::SaveSummary()
}
m_pCurSong = NULL;
for( int p=0; p<NUM_PLAYERS; p++ )
for( p=0; p<NUM_PLAYERS; p++ )
m_pCurNotes[p] = NULL;
}
}