comparison UIPopup.cpp @ 816:cfc65feef029

* Player Recovery Times * Player Attack fixes * Debug log to timers
author Nomad
date Tue, 26 Mar 2013 12:40:27 +0200
parents 7bb33867d2cb
children 9359c114f98c
comparison
equal deleted inserted replaced
813:d37b03507b3b 816:cfc65feef029
404 out_text[100] = 0; 404 out_text[100] = 0;
405 out_text[200] = 0; 405 out_text[200] = 0;
406 //v20 = item_desc->uEquipType; 406 //v20 = item_desc->uEquipType;
407 switch (item_desc->uEquipType) 407 switch (item_desc->uEquipType)
408 { 408 {
409 case EQUIP_ONE_OR_TWO_HANDS: 409 case EQUIP_OFF_HAND:
410 case EQUIP_TWO_HANDED: 410 case EQUIP_MAIN_HAND:
411 sprintfex(out_text + 100, "%s: +%d %s: %dd%d", pGlobalTXT_LocalizationStrings[LOCSTR_ATTACK], 411 sprintfex(out_text + 100, "%s: +%d %s: %dd%d", pGlobalTXT_LocalizationStrings[LOCSTR_ATTACK],
412 (int)item_desc->uDamageMod, pGlobalTXT_LocalizationStrings[53], (int)item_desc->uDamageDice, (int)item_desc->uDamageRoll); //"Damage" 412 (int)item_desc->uDamageMod, pGlobalTXT_LocalizationStrings[53], (int)item_desc->uDamageDice, (int)item_desc->uDamageRoll); //"Damage"
413 if (item_desc->uDamageMod) 413 if (item_desc->uDamageMod)
414 { 414 {
415 char mod[16]; 415 char mod[16];
1428 } 1428 }
1429 } 1429 }
1430 1430
1431 1431
1432 //----- (00417BB5) -------------------------------------------------------- 1432 //----- (00417BB5) --------------------------------------------------------
1433 const char *__fastcall CharacterUI_GetSkillDescText(unsigned int uPlayerID, enum PLAYER_SKILL_TYPE uPlayerSkillType) 1433 const char *__fastcall CharacterUI_GetSkillDescText(unsigned int uPlayerID, PLAYER_SKILL_TYPE uPlayerSkillType)
1434 { 1434 {
1435 //enum PLAYER_SKILL_TYPE v2; // esi@1 1435 //enum PLAYER_SKILL_TYPE v2; // esi@1
1436 //unsigned int v3; // ebx@1 1436 //unsigned int v3; // ebx@1
1437 int v4; // edi@1 1437 int v4; // edi@1
1438 int v5; // eax@1 1438 int v5; // eax@1
1439 Player *pPlayer; // ebx@7 1439 Player *pPlayer; // ebx@7