Mercurial > mm7
comparison Game.cpp @ 2184:e0863f5beee0
SPELL_WATER_RECHARGE_ITEM
author | Ritor1 |
---|---|
date | Fri, 24 Jan 2014 18:01:51 +0600 |
parents | 0a1438c16c2b |
children | 385040580292 |
comparison
equal
deleted
inserted
replaced
2183:172cfb4ee150 | 2184:e0863f5beee0 |
---|---|
3723 pPlayer10->uQuickSpell = 0; | 3723 pPlayer10->uQuickSpell = 0; |
3724 quick_spell_at_page = 0; | 3724 quick_spell_at_page = 0; |
3725 pAudioPlayer->PlaySound((SoundID)203, 0, 0, -1, 0, 0, 0, 0); | 3725 pAudioPlayer->PlaySound((SoundID)203, 0, 0, -1, 0, 0, 0, 0); |
3726 continue; | 3726 continue; |
3727 } | 3727 } |
3728 v99 = quick_spell_at_page + 11 * pPlayers[uActiveCharacter]->lastOpenedSpellbookPage; | 3728 pPlayers[uActiveCharacter]->uQuickSpell = quick_spell_at_page + 11 * pPlayers[uActiveCharacter]->lastOpenedSpellbookPage; |
3729 pPlayers[uActiveCharacter]->uQuickSpell = v99; | 3729 AA1058_PartyQuickSpellSound[uActiveCharacter - 1].AddPartySpellSound(pPlayers[uActiveCharacter]->uQuickSpell, uActiveCharacter); |
3730 stru_AA1058[uActiveCharacter - 1]._494836(v99, uActiveCharacter); | |
3731 if ( uActiveCharacter ) | 3730 if ( uActiveCharacter ) |
3732 pPlayer10->PlaySound(SPEECH_12, 0); | 3731 pPlayer10->PlaySound(SPEECH_12, 0); |
3733 byte_506550 = 0; | 3732 byte_506550 = 0; |
3734 continue; | 3733 continue; |
3735 case UIMSG_SpellBook_PressTab: | 3734 case UIMSG_SpellBook_PressTab: |