diff options
Diffstat (limited to 'source/cRedstone.h')
-rw-r--r-- | source/cRedstone.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 );
|