summaryrefslogtreecommitdiffstats
path: root/source/RedstoneSimulator.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/RedstoneSimulator.h2
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;