Mercurial > mm7
comparison UI/UIPopup.cpp @ 1458:934074e7fcc1
ModalWindow
__thiscall and __cdecl removed
Some random renames & refactors
author | Nomad |
---|---|
date | Wed, 21 Aug 2013 14:26:36 +0200 |
parents | 28f87f5234a1 |
children | 2ca62c9e7b3c |
comparison
equal
deleted
inserted
replaced
1457:9dc33590f93e | 1458:934074e7fcc1 |
---|---|
1594 } | 1594 } |
1595 | 1595 |
1596 } | 1596 } |
1597 | 1597 |
1598 //----- (00418083) -------------------------------------------------------- | 1598 //----- (00418083) -------------------------------------------------------- |
1599 void __cdecl CharacterUI_StatsTab_ShowHint() | 1599 void CharacterUI_StatsTab_ShowHint() |
1600 { | 1600 { |
1601 int pStringNum; // edi@1 | 1601 int pStringNum; // edi@1 |
1602 signed int pTextColor; // eax@15 | 1602 signed int pTextColor; // eax@15 |
1603 char *pHourWord; // ecx@17 | 1603 char *pHourWord; // ecx@17 |
1604 char *pDayWord; // eax@20 | 1604 char *pDayWord; // eax@20 |
1761 break; | 1761 break; |
1762 } | 1762 } |
1763 } | 1763 } |
1764 | 1764 |
1765 //----- (00410B28) -------------------------------------------------------- | 1765 //----- (00410B28) -------------------------------------------------------- |
1766 void __thiscall DrawSpellDescriptionPopup(int spell_index) | 1766 void DrawSpellDescriptionPopup(int spell_index) |
1767 { | 1767 { |
1768 Player *v1; // edi@1 | 1768 Player *v1; // edi@1 |
1769 SpellInfo *v2; // esi@1 | 1769 SpellInfo *v2; // esi@1 |
1770 unsigned int v3; // eax@2 | 1770 unsigned int v3; // eax@2 |
1771 int v4; // eax@4 | 1771 int v4; // eax@4 |