make this explicit

This commit is contained in:
Glenn Maynard
2007-04-25 16:22:30 +00:00
parent e774751e95
commit dcb952fbf5
3 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -635,7 +635,7 @@ void GameState::CommitStageStats()
return;
m_bStatsCommitted = true;
STATSMAN->CommitStatsToProfiles();
STATSMAN->CommitStatsToProfiles( &STATSMAN->m_CurStageStats );
// Update TotalPlaySeconds.
int iPlaySeconds = max( 0, (int) m_timeGameStarted.GetDeltaTime() );