Commit stats to profiles before loading ScreenEvaluation.

This commit is contained in:
Glenn Maynard
2005-02-23 19:18:11 +00:00
parent 42c5e2b3f9
commit b46daecd2f
3 changed files with 29 additions and 2 deletions
+4
View File
@@ -110,6 +110,7 @@ public:
int GetStageIndex() const;
void BeginStage();
void CancelStage();
void CommitStageStats();
void FinishStage();
int GetNumStagesLeft() const;
bool IsFinalStage() const;
@@ -187,6 +188,9 @@ public:
void ResetStageStatistics(); // Call this when it's time to play a new stage.
// True if CommitStageStats() has been called and FinishStage() hasn't.
bool m_bStatsCommitted;
//
// Options stuff