diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-03-03 09:40:37 +0100 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-03-03 09:40:37 +0100 |
commit | 46e1228f73d37753c9b888d97f941084b6fb558b (patch) | |
tree | 28b0a2ad07813924c9848f9b9c564d36e4631189 /source/Simulator/SandSimulator.h | |
parent | cSandSimulator: implemented InstantFall (diff) | |
download | cuberite-46e1228f73d37753c9b888d97f941084b6fb558b.tar cuberite-46e1228f73d37753c9b888d97f941084b6fb558b.tar.gz cuberite-46e1228f73d37753c9b888d97f941084b6fb558b.tar.bz2 cuberite-46e1228f73d37753c9b888d97f941084b6fb558b.tar.lz cuberite-46e1228f73d37753c9b888d97f941084b6fb558b.tar.xz cuberite-46e1228f73d37753c9b888d97f941084b6fb558b.tar.zst cuberite-46e1228f73d37753c9b888d97f941084b6fb558b.zip |
Diffstat (limited to '')
-rw-r--r-- | source/Simulator/SandSimulator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Simulator/SandSimulator.h b/source/Simulator/SandSimulator.h index 571258049..6e9ea15ac 100644 --- a/source/Simulator/SandSimulator.h +++ b/source/Simulator/SandSimulator.h @@ -29,7 +29,7 @@ public: static bool IsReplacedOnRematerialization(BLOCKTYPE a_BlockType); /// Returns true if the specified block breaks falling blocks while they fall through it (e. g. halfslabs) - static bool DoesBreakFallingThrough(BLOCKTYPE a_BlockType); + static bool DoesBreakFallingThrough(BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta); /** Called when a block finishes falling at the specified coords, either by insta-fall, or through cFallingBlock entity. |