diff mm7_data.h @ 471:c43f156a95c9

ArmorShopDialog crash fixed. All shops show its items
author Gloval
date Mon, 25 Feb 2013 23:33:15 +0400
parents 0dbf780e247f
children 7f1b00901cf7
line wrap: on
line diff
--- a/mm7_data.h	Mon Feb 25 17:58:00 2013 +0400
+++ b/mm7_data.h	Mon Feb 25 23:33:15 2013 +0400
@@ -1685,7 +1685,7 @@
 extern char byte_F8B148[16];
 extern __int16 word_F8B158[]; // weak
 extern struct Texture *dword_F8B164; // idb
-extern struct Texture *dword_F8B168[12];
+extern struct Texture *ItemsInShopTexture[12];
 extern int dword_F8B198; // weak
 extern int dword_F8B19C; // weak
 extern __int16 word_F8B1A0; // weak
@@ -2317,7 +2317,7 @@
 void __fastcall sub_4B3FE5(int a4);
 void __cdecl sub_4B40E6();
 void  _4B4224_UpdateNPCTopics(int _this);
-char __fastcall sub_4B46A5(const char *Str, int a5);
+char __fastcall DrawTextAtStatusBar(const char *Str, int a5);
 int __fastcall sub_4B46F8(int a1);
 int __cdecl TrainingDialog();
 char *__cdecl sub_4B4F4F();