From 2588f5a605d135bc01996f3a685444dfb37978f8 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Thu, 28 Feb 2013 07:42:45 +0000 Subject: Simulators now have direct access to the cChunk object in the WakeUp() call git-svn-id: http://mc-server.googlecode.com/svn/trunk@1227 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/Simulator/SandSimulator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/Simulator/SandSimulator.h') 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 BlockList; BlockList * m_Blocks; -- cgit v1.2.3