[11904] Fix Liquid Extraction and better hole support

This commit is contained in:
faramir118 2012-01-29 22:08:43 +01:00 committed by Schmoozerd
parent deb97590a1
commit 73b3ae889d
4 changed files with 38 additions and 4 deletions

View file

@ -93,7 +93,8 @@ public:
uint32 sizeMCSH;
uint32 areaid;
uint32 nMapObjRefs;
uint32 holes;
uint16 holes; // locations where models pierce the heightmap
uint16 pad;
uint16 s[2];
uint32 data1;
uint32 data2;
@ -286,4 +287,6 @@ public:
adt_MHDR *a_grid;
};
bool isHole(int holes, int i, int j);
#endif