diff options
Diffstat (limited to 'source/SandSimulator.h')
-rw-r--r-- | source/SandSimulator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/SandSimulator.h b/source/SandSimulator.h index 37db2d40f..ff39d62b2 100644 --- a/source/SandSimulator.h +++ b/source/SandSimulator.h @@ -23,8 +23,8 @@ public: virtual void Simulate( float a_Dt ) override; - virtual bool IsAllowedBlock( BLOCKTYPE a_BlockID ) override; - virtual bool IsPassable( BLOCKTYPE a_BlockID ); + virtual bool IsAllowedBlock( BLOCKTYPE a_BlockType ) override; + virtual bool IsPassable( BLOCKTYPE a_BlockType ); protected: virtual void AddBlock(int a_X, int a_Y, int a_Z) override; |