Mercurial > mm7
comparison mm7_5.cpp @ 1397:eb02a65e5c82
Quick Spell fixed.
Removed CShow, ThreadWard structures.
author | Nomad |
---|---|
date | Fri, 19 Jul 2013 09:42:03 +0200 |
parents | e6908823897f |
children | a519a6a412d0 |
comparison
equal
deleted
inserted
replaced
1396:e6908823897f | 1397:eb02a65e5c82 |
---|---|
2664 pAudioPlayer->PlaySound((SoundID)203, 0, 0, -1, 0, 0, 0, 0); | 2664 pAudioPlayer->PlaySound((SoundID)203, 0, 0, -1, 0, 0, 0, 0); |
2665 continue; | 2665 continue; |
2666 } | 2666 } |
2667 v99 = quick_spell_at_page + 11 * pPlayers[uActiveCharacter]->lastOpenedSpellbookPage; | 2667 v99 = quick_spell_at_page + 11 * pPlayers[uActiveCharacter]->lastOpenedSpellbookPage; |
2668 pPlayers[uActiveCharacter]->uQuickSpell = v99; | 2668 pPlayers[uActiveCharacter]->uQuickSpell = v99; |
2669 stru_A750F8[uActiveCharacter + 3]._494836(v99, uActiveCharacter); | 2669 stru_AA1058[uActiveCharacter - 1]._494836(v99, uActiveCharacter); |
2670 if ( uActiveCharacter ) | 2670 if ( uActiveCharacter ) |
2671 pPlayer10->PlaySound(SPEECH_12, 0); | 2671 pPlayer10->PlaySound(SPEECH_12, 0); |
2672 byte_506550 = 0; | 2672 byte_506550 = 0; |
2673 continue; | 2673 continue; |
2674 case UIMSG_SpellBook_PressTab: | 2674 case UIMSG_SpellBook_PressTab: |