Fixed most of the compiler warnings and cleaned up some code in spells_effects.cpp

This commit is contained in:
KayenEQ
2014-10-31 22:40:49 -04:00
parent 441ddf233a
commit 7b0045290d
6 changed files with 67 additions and 67 deletions
+1 -1
View File
@@ -1054,7 +1054,7 @@ protected:
Timer ranged_timer;
float attack_speed; //% increase/decrease in attack speed (not haste)
int8 attack_delay; //delay between attacks in 10ths of seconds
float slow_mitigation; // Allows for a slow mitigation (100 = 100%, 50% = 50%)
int16 slow_mitigation; // Allows for a slow mitigation (100 = 100%, 50% = 50%)
Timer tic_timer;
Timer mana_timer;