From 9b7675f0e1e28061f6cb806f5469eb84666b2a22 Mon Sep 17 00:00:00 2001 From: faketruth Date: Sun, 4 Mar 2012 16:04:42 +0000 Subject: Forcing the use of the new redstone simulator git-svn-id: http://mc-server.googlecode.com/svn/trunk@359 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cRedstone.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source') diff --git a/source/cRedstone.cpp b/source/cRedstone.cpp index 6e52d89c6..5a1c9bc8b 100644 --- a/source/cRedstone.cpp +++ b/source/cRedstone.cpp @@ -12,7 +12,7 @@ -bool cRedstone::s_UseRedstone = true; +bool cRedstone::s_UseRedstone = false; @@ -32,6 +32,7 @@ cRedstone::cRedstone( cWorld* a_World ) void cRedstone::ChangeRedstone( int fillx, int filly, int fillz, bool added ) { + s_UseRedstone = false; if( !s_UseRedstone ) return; char before; -- cgit v1.2.3