add GameState::IncrementStageIndex

This commit is contained in:
Glenn Maynard
2004-01-22 02:16:50 +00:00
parent 7f46f2ab3b
commit ded50f4d88
2 changed files with 20 additions and 0 deletions
+1
View File
@@ -109,6 +109,7 @@ public:
int m_iCurrentStageIndex; // incremented on Eval screen. For a Course, this is always 0
int GetStageIndex() const;
void IncrementStageIndex();
int GetNumStagesLeft() const;
bool IsFinalStage() const;
bool IsExtraStage() const;