From 3cfa4152e66f98aac8a5d5d3d42953f4d0b29c5b Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Tue, 17 Jul 2012 11:11:01 +0000 Subject: [PATCH] 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 --- source/StructGen.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/StructGen.h b/source/StructGen.h index c422069b1..e34724e20 100644 --- a/source/StructGen.h +++ b/source/StructGen.h @@ -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: +