Commit stats to profiles before loading ScreenEvaluation.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user