Mercurial > mm7
diff mm7_data.h @ 1211:fd3bea473c0c
fix HouseNpcdata array addresiing
author | Gloval |
---|---|
date | Sun, 09 Jun 2013 16:36:24 +0400 |
parents | decc0dd6e4ba |
children | 68655becb94b eb687c8529ee |
line wrap: on
line diff
--- a/mm7_data.h Sun Jun 09 13:20:34 2013 +0400 +++ b/mm7_data.h Sun Jun 09 16:36:24 2013 +0400 @@ -755,8 +755,8 @@ extern int dword_591178_teleporty; // weak extern int dword_59117C_teleportx; // weak extern std::array<std::array<char, 100>, 6> byte_591180; // idb -extern std::array<struct NPCData *, 60> HouseNPCData; //this array size temporarily increased to 60 from 6 to work aroud house overflow - +extern std::array<struct NPCData *, 7> HouseNPCData; //0this array size temporarily increased to 60 from 6 to work aroud house overflow +extern GUIButton* dword_5913F4[6]; extern struct Texture *pTexture_591428; extern struct Texture *pTexture_outside; // idb extern struct Texture *pTexture_Dialogue_Background;