don't allow Hopo on the same note 2x in series

This commit is contained in:
Chris Danford
2006-12-01 05:37:33 +00:00
parent fced627efc
commit 3022def914
4 changed files with 29 additions and 6 deletions
+1
View File
@@ -20,6 +20,7 @@ void PlayerState::Reset()
m_HealthState = ALIVE;
m_fLastHopoNoteMusicSeconds = -1;
m_iLastHopoNoteCol = -1;
m_PlayerController = PC_HUMAN;