Mercurial > mm7
diff mm7_data.cpp @ 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.cpp Sun Jun 09 13:20:34 2013 +0400 +++ b/mm7_data.cpp Sun Jun 09 16:36:24 2013 +0400 @@ -1116,8 +1116,8 @@ int dword_591178_teleporty; // weak int dword_59117C_teleportx; // weak std::array<std::array<char, 100>, 6> byte_591180; // idb -std::array<struct NPCData *, 60> HouseNPCData;//array_5913D8 this array size temporarily increased to 60 from 6 to work aroud house overflow - +std::array<struct NPCData *, 7> HouseNPCData;//0 zero element holds standart house npc +GUIButton* dword_5913F4[6]; struct Texture *pTexture_591428; struct Texture *pTexture_outside; // idb struct Texture *pTexture_Dialogue_Background;