comparison UI/UICharacter.cpp @ 2197:42c8807225a2

UIMSG_SpellBook_PressTab continue
author Ritor1
date Fri, 31 Jan 2014 17:30:36 +0600
parents e0863f5beee0
children e18200fcfb50
comparison
equal deleted inserted replaced
2196:628a0ad87136 2197:42c8807225a2
2515 { 2515 {
2516 pPlayers[uActiveCharacter]->PlaySound(SPEECH_39, 0); 2516 pPlayers[uActiveCharacter]->PlaySound(SPEECH_39, 0);
2517 return; 2517 return;
2518 } 2518 }
2519 v50 = 0; 2519 v50 = 0;
2520 if ( pSkillType == 2 && (unsigned __int16)(pPlayers[uActiveCharacter]->pActiveSkills[2] & 0xFFC0) 2520 if ( pSkillType == 2 && (unsigned __int16)(pPlayers[uActiveCharacter]->pActiveSkills[PLAYER_SKILL_DAGGER] & 0xFFC0)
2521 || pSkillType == 1 && (signed int)SkillToMastery(pPlayers[uActiveCharacter]->pActiveSkills[1]) >= 3 ) 2521 || pSkillType == 1 && (signed int)SkillToMastery(pPlayers[uActiveCharacter]->pActiveSkills[PLAYER_SKILL_SWORD]) >= 3 )
2522 { 2522 {
2523 v18 = pMouse->uMouseClickX; 2523 v18 = pMouse->uMouseClickX;
2524 v19 = pMouse->uMouseClickY; 2524 v19 = pMouse->uMouseClickY;
2525 if ( (signed int)v18 >= 560 ) 2525 if ( (signed int)v18 >= 560 )
2526 { 2526 {