1
0
Fork 0

Fixed compilation on OS X and maybe *nix as well

git-svn-id: http://mc-server.googlecode.com/svn/trunk@678 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
madmaxoft@gmail.com 2012-07-17 11:11:01 +00:00
parent 86a991c5a8
commit 3cfa4152e6
1 changed files with 2 additions and 1 deletions

View File

@ -55,7 +55,7 @@ protected:
) ;
/// Applies an image into chunk blockdata; all blocks outside the chunk will be appended to a_Overflow
void cStructGenTrees::ApplyTreeImage(
void ApplyTreeImage(
int a_ChunkX, int a_ChunkZ,
cChunkDef::BlockTypes & a_BlockTypes,
cChunkDef::BlockNibbles & a_BlockMetas,
@ -134,3 +134,4 @@ protected: