Mercurial > mm7
comparison 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 |
comparison
equal
deleted
inserted
replaced
1209:decc0dd6e4ba | 1211:fd3bea473c0c |
---|---|
753 extern int dword_591170_teleport_directiony; // weak | 753 extern int dword_591170_teleport_directiony; // weak |
754 extern int dword_591174_teleportz; // weak | 754 extern int dword_591174_teleportz; // weak |
755 extern int dword_591178_teleporty; // weak | 755 extern int dword_591178_teleporty; // weak |
756 extern int dword_59117C_teleportx; // weak | 756 extern int dword_59117C_teleportx; // weak |
757 extern std::array<std::array<char, 100>, 6> byte_591180; // idb | 757 extern std::array<std::array<char, 100>, 6> byte_591180; // idb |
758 extern std::array<struct NPCData *, 60> HouseNPCData; //this array size temporarily increased to 60 from 6 to work aroud house overflow | 758 extern std::array<struct NPCData *, 7> HouseNPCData; //0this array size temporarily increased to 60 from 6 to work aroud house overflow |
759 | 759 extern GUIButton* dword_5913F4[6]; |
760 extern struct Texture *pTexture_591428; | 760 extern struct Texture *pTexture_591428; |
761 extern struct Texture *pTexture_outside; // idb | 761 extern struct Texture *pTexture_outside; // idb |
762 extern struct Texture *pTexture_Dialogue_Background; | 762 extern struct Texture *pTexture_Dialogue_Background; |
763 extern _UNKNOWN unk_597F10; // weak | 763 extern _UNKNOWN unk_597F10; // weak |
764 extern std::array<char, 2000> byte_5B0938; | 764 extern std::array<char, 2000> byte_5B0938; |