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