From 094456a1310853195b688b3fec740a9f5d6b54c7 Mon Sep 17 00:00:00 2001 From: "admin@omencraft.com" Date: Sun, 6 Nov 2011 21:20:38 +0000 Subject: Redstone wire now updates correctly when added and removed. it also updates all currently programmed redstone items and wire circuits. Also cleaned up the mess I left of the code. git-svn-id: http://mc-server.googlecode.com/svn/trunk@69 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cRedstone.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/cRedstone.h') diff --git a/source/cRedstone.h b/source/cRedstone.h index 31af95e59..5735fb298 100644 --- a/source/cRedstone.h +++ b/source/cRedstone.h @@ -22,7 +22,7 @@ static char RepeaterRotationToMetaData( float a_Rotation ) } -char LightRedstone( int, int, int, char ); +void LightRedstone( int, int, int ); void ChangeRedstoneTorch( int, int, int, bool ); -- cgit v1.2.3