summaryrefslogtreecommitdiffstats
path: root/source/RedstoneSimulator.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/RedstoneSimulator.h')
-rw-r--r--source/RedstoneSimulator.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/RedstoneSimulator.h b/source/RedstoneSimulator.h
index 3a845bf6b..13f716cec 100644
--- a/source/RedstoneSimulator.h
+++ b/source/RedstoneSimulator.h
@@ -10,10 +10,10 @@ public:
cRedstoneSimulator( cWorld* a_World );
~cRedstoneSimulator();
- virtual void Simulate( float a_Dt );
- virtual bool IsAllowedBlock( char a_BlockID ) { return true; }
+ virtual void Simulate( float a_Dt ) override;
+ virtual bool IsAllowedBlock( BLOCKTYPE a_BlockID ) override { return true; }
- virtual void WakeUp( int a_X, int a_Y, int a_Z );
+ virtual void WakeUp( int a_X, int a_Y, int a_Z ) override;
enum eRedstoneDirection
{