summaryrefslogtreecommitdiffstats
path: root/source/cRedstone.h
diff options
context:
space:
mode:
authoradmin@omencraft.com <admin@omencraft.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2011-11-07 23:59:29 +0100
committeradmin@omencraft.com <admin@omencraft.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2011-11-07 23:59:29 +0100
commita9e02cf8fa3afbdbe853e52f030e9a8c7efe46c1 (patch)
tree62167f9ff48fb895c7542e44ef5b5520172a79f4 /source/cRedstone.h
parentMore updates to cPiston.cpp. Piston action will now only be broadcasted to players who have the chunk with the moving piston loaded. (diff)
downloadcuberite-a9e02cf8fa3afbdbe853e52f030e9a8c7efe46c1.tar
cuberite-a9e02cf8fa3afbdbe853e52f030e9a8c7efe46c1.tar.gz
cuberite-a9e02cf8fa3afbdbe853e52f030e9a8c7efe46c1.tar.bz2
cuberite-a9e02cf8fa3afbdbe853e52f030e9a8c7efe46c1.tar.lz
cuberite-a9e02cf8fa3afbdbe853e52f030e9a8c7efe46c1.tar.xz
cuberite-a9e02cf8fa3afbdbe853e52f030e9a8c7efe46c1.tar.zst
cuberite-a9e02cf8fa3afbdbe853e52f030e9a8c7efe46c1.zip
Diffstat (limited to '')
-rw-r--r--source/cRedstone.h4
1 files changed, 2 insertions, 2 deletions
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;