diff options
Diffstat (limited to 'source/Generating/FinishGen.h')
-rw-r--r-- | source/Generating/FinishGen.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/source/Generating/FinishGen.h b/source/Generating/FinishGen.h index b4bf67022..ed7df5909 100644 --- a/source/Generating/FinishGen.h +++ b/source/Generating/FinishGen.h @@ -177,11 +177,7 @@ protected: virtual void GenFinish(cChunkDesc & a_ChunkDesc) override; /// Tries to place a spring at the specified coords, checks neighbors. Returns true if successful - bool TryPlaceSpring( - cChunkDef::BlockTypes & a_BlockTypes, - cChunkDef::BlockNibbles & a_BlockMetas, - int x, int y, int z - ); + bool TryPlaceSpring(cChunkDesc & a_ChunkDesc, int x, int y, int z); } ; |