summaryrefslogtreecommitdiffstats
path: root/source/Simulator/SandSimulator.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Simulator/SandSimulator.h')
-rw-r--r--source/Simulator/SandSimulator.h2
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.