fix voltage result

This commit is contained in:
Glenn Maynard
2003-12-03 03:31:46 +00:00
parent 7757e14267
commit 3c673cf6ad
+3
View File
@@ -1663,6 +1663,9 @@ void ScreenGameplay::HandleScreenMessage( const ScreenMessage SM )
// received while STATE_DANCING
case SM_NotesEnded:
{
/* Need to Finish before calling GetActualRadarValue, for GetMaxCombo. */
GAMESTATE->m_CurStageStats.Finish();
// save any statistics
int p;
for( p=0; p<NUM_PLAYERS; p++ )