# This is a combination of 4 commits.

# The first commit's message is:
const float to int16 explicit conversion

# This is the 2nd commit message:

float to int explicit conversion

# This is the 3rd commit message:

Explicit conversion float to int32

# This is the 4th commit message:

double to float explicit conversion

float to int explicit conversion

float to int explicit conversion
This commit is contained in:
Arthur Dene Ice
2014-05-06 22:12:20 -07:00
parent a49ffc47ec
commit 6bb833aae2
5 changed files with 43 additions and 43 deletions
+1 -1
View File
@@ -599,7 +599,7 @@ public:
bool PassCastRestriction(bool UseCastRestriction = true, int16 value = 0, bool IsDamage = true);
bool ImprovedTaunt();
bool TryRootFadeByDamage(int buffslot, Mob* attacker);
int16 GetSlowMitigation() const {return slow_mitigation;}
int16 GetSlowMitigation() const {return (int16)slow_mitigation;}
void ModSkillDmgTaken(SkillUseTypes skill_num, int value);
int16 GetModSkillDmgTaken(const SkillUseTypes skill_num);