summaryrefslogtreecommitdiffstats
path: root/source/Simulator.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/Simulator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Simulator.h b/source/Simulator.h
index 158e74b99..af823b00b 100644
--- a/source/Simulator.h
+++ b/source/Simulator.h
@@ -11,7 +11,7 @@ public:
virtual void Simulate( float a_Dt ) = 0;
virtual void WakeUp( int a_X, int a_Y, int a_Z );
- virtual bool IsAllowedBlock( char a_BlockID ) = 0;
+ virtual bool IsAllowedBlock( BLOCKTYPE a_BlockID ) = 0;
protected:
virtual void AddBlock(int a_X, int a_Y, int a_Z) = 0;