modified haste mechanics

This commit is contained in:
Glenn Maynard
2007-04-26 00:56:37 +00:00
parent 0036068bd5
commit 74a17abe9b
8 changed files with 70 additions and 17 deletions
+3
View File
@@ -33,6 +33,9 @@ void PlayerState::Reset()
m_ActiveAttacks.clear();
m_ModsToApply.clear();
m_iTapsHitSinceLastHasteUpdate = 0;
m_iTapsMissedSinceLastHasteUpdate = 0;
m_fSuperMeter = 0; // between 0 and NUM_ATTACK_LEVELS
m_fSuperMeterGrowthScale = 1;