From a9e02cf8fa3afbdbe853e52f030e9a8c7efe46c1 Mon Sep 17 00:00:00 2001 From: "admin@omencraft.com" Date: Mon, 7 Nov 2011 22:59:29 +0000 Subject: Updated redstone and pistons some mode. If you break an extended piston the piston extension will now also break. When a redstone device is broken by something other than a person the redstone circuit should now update. git-svn-id: http://mc-server.googlecode.com/svn/trunk@74 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cRedstone.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/cRedstone.h') diff --git a/source/cRedstone.h b/source/cRedstone.h index 5735fb298..fae353818 100644 --- a/source/cRedstone.h +++ b/source/cRedstone.h @@ -22,8 +22,8 @@ static char RepeaterRotationToMetaData( float a_Rotation ) } -void LightRedstone( int, int, int ); -void ChangeRedstoneTorch( int, int, int, bool ); +void CalculatetRedstone( int, int, int ); +void ChangeRedstone( int, int, int, bool ); cWorld* m_World; -- cgit v1.2.3