summaryrefslogtreecommitdiffstats
path: root/source/Simulator/SandSimulator.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Simulator/SandSimulator.h')
-rw-r--r--source/Simulator/SandSimulator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Simulator/SandSimulator.h b/source/Simulator/SandSimulator.h
index 928ea63fc..4b786678c 100644
--- a/source/Simulator/SandSimulator.h
+++ b/source/Simulator/SandSimulator.h
@@ -21,7 +21,7 @@ public:
virtual bool IsPassable( BLOCKTYPE a_BlockType );
protected:
- virtual void AddBlock(int a_X, int a_Y, int a_Z) override;
+ virtual void AddBlock(int a_BlockX, int a_BlockY, int a_BlockZ, cChunk * a_Chunk) override;
typedef std::list <Vector3i> BlockList;
BlockList * m_Blocks;