From e6d8374fe205b8d1ba1bbaf9b989db5f431e1d15 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Tue, 20 Aug 2013 14:27:47 +0100 Subject: Reduced delay a little --- source/Piston.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/Piston.cpp b/source/Piston.cpp index 37a20d7b4..97db3e568 100644 --- a/source/Piston.cpp +++ b/source/Piston.cpp @@ -21,7 +21,7 @@ extern bool g_BlockPistonBreakable[]; /// Number of ticks that the piston extending / retracting waits before setting the block -const int PISTON_TICK_DELAY = 30; +const int PISTON_TICK_DELAY = 10; -- cgit v1.2.3