[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

@ -48,6 +48,8 @@ struct GridMapFileHeader
uint32 heightMapSize;
uint32 liquidMapOffset;
uint32 liquidMapSize;
uint32 holesOffset;
uint32 holesSize;
};
#define MAP_AREA_NO_AREA 0x0001

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11903"
#define REVISION_NR "11904"
#endif // __REVISION_NR_H__