summaryrefslogtreecommitdiffstats
path: root/source/cSandSimulator.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/cSandSimulator.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/cSandSimulator.h b/source/cSandSimulator.h
index 3a086e8cc..113a2492b 100644
--- a/source/cSandSimulator.h
+++ b/source/cSandSimulator.h
@@ -12,10 +12,10 @@ public:
~cSandSimulator();
virtual void Simulate( float a_Dt );
- virtual inline void WakeUp( int a_X, int a_Y, int a_Z );
+ virtual void WakeUp( int a_X, int a_Y, int a_Z );
- virtual inline bool IsAllowedBlock( char a_BlockID );
- virtual inline bool IsPassable( char a_BlockID );
+ virtual bool IsAllowedBlock( char a_BlockID );
+ virtual bool IsPassable( char a_BlockID );
protected:
virtual void AddBlock(int a_X, int a_Y, int a_Z);