diff options
Diffstat (limited to 'source/RedstoneSimulator.h')
-rw-r--r-- | source/RedstoneSimulator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/RedstoneSimulator.h b/source/RedstoneSimulator.h index 13f716cec..2235e200b 100644 --- a/source/RedstoneSimulator.h +++ b/source/RedstoneSimulator.h @@ -11,7 +11,7 @@ public: ~cRedstoneSimulator(); virtual void Simulate( float a_Dt ) override; - virtual bool IsAllowedBlock( BLOCKTYPE a_BlockID ) override { return true; } + virtual bool IsAllowedBlock( BLOCKTYPE a_BlockType ) override { return true; } virtual void WakeUp( int a_X, int a_Y, int a_Z ) override; |