Mercurial > mm7
diff AudioPlayer.h @ 2184:e0863f5beee0
SPELL_WATER_RECHARGE_ITEM
author | Ritor1 |
---|---|
date | Fri, 24 Jan 2014 18:01:51 +0600 |
parents | d44b7775fc06 |
children | 5d263539bbec |
line wrap: on
line diff
--- a/AudioPlayer.h Thu Jan 23 23:35:10 2014 +0600 +++ b/AudioPlayer.h Fri Jan 24 18:01:51 2014 +0600 @@ -344,7 +344,7 @@ #pragma pack(push, 1) struct stru339_spell_sound { - int _494836(int uSoundID, int a6); + int AddPartySpellSound(int uSoundID, int a6); char pSounds[44744]; int field_AEC8[45]; @@ -355,4 +355,4 @@ }; #pragma pack(pop) extern std::array<stru339_spell_sound, 4> stru_A750F8; -extern std::array<stru339_spell_sound, 4> stru_AA1058; +extern std::array<stru339_spell_sound, 4> AA1058_PartyQuickSpellSound;