diff options
author | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-01-23 16:11:45 +0100 |
---|---|---|
committer | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-01-23 16:11:45 +0100 |
commit | ce11c6b2bd56f976664e7b416204b9128ca780b1 (patch) | |
tree | c4f121de68e12e530548362e867019e17071de24 /source/cFluidSimulator.h | |
parent | Fixed the  sign bug (diff) | |
download | cuberite-ce11c6b2bd56f976664e7b416204b9128ca780b1.tar cuberite-ce11c6b2bd56f976664e7b416204b9128ca780b1.tar.gz cuberite-ce11c6b2bd56f976664e7b416204b9128ca780b1.tar.bz2 cuberite-ce11c6b2bd56f976664e7b416204b9128ca780b1.tar.lz cuberite-ce11c6b2bd56f976664e7b416204b9128ca780b1.tar.xz cuberite-ce11c6b2bd56f976664e7b416204b9128ca780b1.tar.zst cuberite-ce11c6b2bd56f976664e7b416204b9128ca780b1.zip |
Diffstat (limited to '')
-rw-r--r-- | source/cFluidSimulator.h | 2 |
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 );
|