From 74c59404b234cbffcf30beddc0884d474092f8ec Mon Sep 17 00:00:00 2001 From: Flameshadowxeroshin Date: Tue, 27 Mar 2012 22:35:04 +0000 Subject: [PATCH] adding SetCombo part 1 --- src/PlayerStageStats.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PlayerStageStats.h b/src/PlayerStageStats.h index 5c6a944c5c..f59d420464 100644 --- a/src/PlayerStageStats.h +++ b/src/PlayerStageStats.h @@ -32,6 +32,7 @@ public: void ResetScoreForLesson(); bool m_bJoined; + bool m_bPlayerCanAchieveFullCombo; vector m_vpPossibleSteps; int m_iStepsPlayed; // how many of m_vpPossibleStepshow many of m_vpPossibleSteps were played /**