Mercurial > mm7
diff mm7_data.h @ 607:cfca6297e4ae
ArmorShop fixes
author | Gloval |
---|---|
date | Fri, 08 Mar 2013 00:36:33 +0400 |
parents | 628694cd5744 |
children | bd9f43d4fc3d |
line wrap: on
line diff
--- a/mm7_data.h Thu Mar 07 15:26:44 2013 +0600 +++ b/mm7_data.h Fri Mar 08 00:36:33 2013 +0400 @@ -1687,7 +1687,7 @@ extern struct Texture *ShopTexture; // idb extern struct Texture *ItemsInShopTexture[12]; extern int in_current_building_type; // weak -extern int dword_F8B19C; // weak +extern int dialog_menu_id; // weak extern __int16 word_F8B1A0; // weak extern const char *dword_F8B1A4; // idb extern int contract_approved; // weak @@ -2253,7 +2253,7 @@ void __cdecl _494035_timed_effects__water_walking_damage__etc(); unsigned int __fastcall sub_494820(unsigned int a1); char *__fastcall sub_495366(unsigned __int8 a1, unsigned __int8 a2); -char *__fastcall GetReputationString(signed int a1); +char * GetReputationString(signed int a1); char *BuilDialogueString(char *lpsz, unsigned __int8 uPlayerID, struct ItemGen *a3, char *a4, int a5, __int64 *a6); void __cdecl PlayerCreationUI_Draw(); void __cdecl PlayerCreationUI_Initialize(); @@ -2314,13 +2314,13 @@ void __cdecl sub_4B3E1E(); void DrawJoinGuildWindow(int pEventCode); void __fastcall sub_4B3FE5(int a4); -void __cdecl sub_4B40E6(); +void NPCHireableDialogPrepare(); void _4B4224_UpdateNPCTopics(int _this); char __fastcall DrawTextAtStatusBar(const char *Str, int a5); int __fastcall sub_4B46F8(int a1); int __cdecl TrainingDialog(); char *__cdecl JailDialog(); -int __cdecl MagicShopDialog(); +void MagicShopDialog(); void GuildDialog(); int __cdecl sub_4B6478(); bool __fastcall sub_4B68EA(int a1);