Mercurial > mm7
diff Player.h @ 1259:d6e5b6b76612
Player::SetVariable cleanup - removing unused variables and function calls with them, some case shuffling
author | Grumpy7 |
---|---|
date | Wed, 12 Jun 2013 04:14:33 +0200 |
parents | eb1a22f7dfef |
children | fbb7428fa58c |
line wrap: on
line diff
--- a/Player.h Wed Jun 12 03:59:08 2013 +0200 +++ b/Player.h Wed Jun 12 04:14:33 2013 +0200 @@ -590,8 +590,8 @@ void SalesProcess(unsigned int inventory_idnx, int item_index, int _2devent_idx);//0x4BE2DD bool Recover(signed int a2); bool CanCastSpell(unsigned int uRequiredMana); - void PlaySoundBasedOnCondition(bool condition, int currPlayerId); - void DrawPlayerBuffAnimBasedOnCondition(bool condition, int currPlayerId); + void PlaySoundBasedOnCondition(int currPlayerId); + void DrawPlayerBuffAnimBasedOnCondition(int currPlayerId); inline bool Weak() {return pConditions[Condition_Weak] != 0;} inline bool Dead() {return pConditions[Condition_Dead] != 0;}