diff options
Diffstat (limited to '')
-rw-r--r-- | source/cRedstone.h | 4 |
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;
|