This commit is contained in:
Glenn Maynard
2004-05-24 01:28:28 +00:00
parent 0a50fc0109
commit df56b72b33
4 changed files with 3 additions and 11 deletions
+3
View File
@@ -317,6 +317,9 @@ void GameState::EndGame()
{
LOG->Trace( "GameState::EndGame" );
/* Finish the final stage. */
FinishStage();
// Update profile stats
int iPlaySeconds = max( 0, (int) m_timeGameStarted.PeekDeltaTime() );