diff options
Diffstat (limited to '')
-rw-r--r-- | source/cRedstone.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source/cRedstone.h b/source/cRedstone.h index b4f8e7eed..31af95e59 100644 --- a/source/cRedstone.h +++ b/source/cRedstone.h @@ -22,10 +22,12 @@ static char RepeaterRotationToMetaData( float a_Rotation ) }
-void LightRedstone( int, int, int, char );
+char LightRedstone( int, int, int, char );
void ChangeRedstoneTorch( int, int, int, bool );
cWorld* m_World;
+char m_Metadata;
+
};
|