diff Player.h @ 1779:50e91a820f6f

Player::SetVariable helper function for award sound
author Grumpy7
date Wed, 02 Oct 2013 08:51:43 +0200
parents f44b6e02e81c
children 01b3c314e9be
line wrap: on
line diff
--- a/Player.h	Wed Oct 02 07:42:43 2013 +0200
+++ b/Player.h	Wed Oct 02 08:51:43 2013 +0200
@@ -592,8 +592,7 @@
   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(int currPlayerId);
-  void DrawPlayerBuffAnimBasedOnCondition(int currPlayerId);
+  void PlayAwardSound(int currPlayerId);
   void EquipBody(ITEM_EQUIP_TYPE uEquipType);
   bool HasUnderwaterSuitEquipped();
   bool HasItem(unsigned int uItemID, char a3);