summaryrefslogtreecommitdiffstats
path: root/source/cFluidSimulator.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/cFluidSimulator.h')
-rw-r--r--source/cFluidSimulator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cFluidSimulator.h b/source/cFluidSimulator.h
index 1b4cd0d55..73c76762e 100644
--- a/source/cFluidSimulator.h
+++ b/source/cFluidSimulator.h
@@ -29,7 +29,7 @@ public:
Direction GetFlowingDirection(int a_X, int a_Y, int a_Z, bool a_Over = true);
virtual inline bool IsAllowedBlock( char a_BlockID ) = 0;
- virtual inline bool IsPassableForFluid( char a_BlockID ) = 0;
+ virtual inline bool IsPassableForFluid( char a_BlockID );
protected:
virtual void AddBlock( int a_X, int a_Y, int a_Z);