mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[11904] Fix Liquid Extraction and better hole support
This commit is contained in:
parent
deb97590a1
commit
73b3ae889d
4 changed files with 38 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue