From 46e1228f73d37753c9b888d97f941084b6fb558b Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sun, 3 Mar 2013 08:40:37 +0000 Subject: SandSimulator: Fixed sand dropping on half-slabs; added more blocks that break falling sand into pickups, fixed instant-fall git-svn-id: http://mc-server.googlecode.com/svn/trunk@1242 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/Simulator/SandSimulator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/Simulator/SandSimulator.h') 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. -- cgit v1.2.3