Mercurial > mm7
diff mm7_data.h @ 273:e5afd6848268
GetSkillColor
author | Ritor1 |
---|---|
date | Mon, 18 Feb 2013 16:37:04 +0600 |
parents | d5c41d5e01e0 |
children | a9f58ca01454 |
line wrap: on
line diff
--- a/mm7_data.h Mon Feb 18 16:02:32 2013 +0600 +++ b/mm7_data.h Mon Feb 18 16:37:04 2013 +0600 @@ -1863,7 +1863,7 @@ unsigned int __fastcall UI_GetHealthManaStringColor(signed int a1, signed int a2); signed int __thiscall GetConditionDrawColor(unsigned int uConditionIdx); // idb char __fastcall sub_4179BC_draw_tooltip(const char *a1, const char *a2); // idb -unsigned int __fastcall sub_417AD4(unsigned int uPlayerClass, enum PLAYER_SKILL_TYPE uPlayerSkillType, signed int a3); +unsigned int __fastcall GetSkillColor(unsigned int uPlayerClass, enum PLAYER_SKILL_TYPE uPlayerSkillType, signed int skill_level); const char *__fastcall CharacterUI_GetSkillDescText(unsigned int uPlayerID, enum PLAYER_SKILL_TYPE uPlayerSkillType); char __cdecl CharacterUI_SkillsTab_ShowHint(); char __cdecl CharacterUI_StatsTab_ShowHint();