diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-09-22 20:34:42 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-09-22 20:34:42 +0200 |
commit | a8a45a4afc615926a705eee482c27ef166f2f9ec (patch) | |
tree | 24a63888a42312d8641cc7eaa1d28972d25fdebe /source/Blocks/BlockStairs.h | |
parent | Removed OnDigging for Redstone devices (diff) | |
download | cuberite-a8a45a4afc615926a705eee482c27ef166f2f9ec.tar cuberite-a8a45a4afc615926a705eee482c27ef166f2f9ec.tar.gz cuberite-a8a45a4afc615926a705eee482c27ef166f2f9ec.tar.bz2 cuberite-a8a45a4afc615926a705eee482c27ef166f2f9ec.tar.lz cuberite-a8a45a4afc615926a705eee482c27ef166f2f9ec.tar.xz cuberite-a8a45a4afc615926a705eee482c27ef166f2f9ec.tar.zst cuberite-a8a45a4afc615926a705eee482c27ef166f2f9ec.zip |
Diffstat (limited to 'source/Blocks/BlockStairs.h')
-rw-r--r-- | source/Blocks/BlockStairs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/Blocks/BlockStairs.h b/source/Blocks/BlockStairs.h index 485ebda1a..8d259eee3 100644 --- a/source/Blocks/BlockStairs.h +++ b/source/Blocks/BlockStairs.h @@ -53,7 +53,6 @@ public: static NIBBLETYPE RotationToMetaData(double a_Rotation) { a_Rotation += 90 + 45; // So its not aligned with axis - NIBBLETYPE result = 0x0; if (a_Rotation > 360) { a_Rotation -= 360; |