summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockFurnace.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-06-03 19:02:40 +0200
committerMattes D <github@xoft.cz>2014-06-03 19:02:40 +0200
commit0c5492946b84aefe4f5d366d14de0ceb5e97b189 (patch)
tree37c13749e6050794ada0a1e1d42c9d998f3c8040 /src/Blocks/BlockFurnace.h
parentdocs/Generator: Shrunk the hand-drawn images by 50 %. (diff)
parentMerge remote-tracking branch 'origin/pistonfixes' (diff)
downloadcuberite-0c5492946b84aefe4f5d366d14de0ceb5e97b189.tar
cuberite-0c5492946b84aefe4f5d366d14de0ceb5e97b189.tar.gz
cuberite-0c5492946b84aefe4f5d366d14de0ceb5e97b189.tar.bz2
cuberite-0c5492946b84aefe4f5d366d14de0ceb5e97b189.tar.lz
cuberite-0c5492946b84aefe4f5d366d14de0ceb5e97b189.tar.xz
cuberite-0c5492946b84aefe4f5d366d14de0ceb5e97b189.tar.zst
cuberite-0c5492946b84aefe4f5d366d14de0ceb5e97b189.zip
Diffstat (limited to 'src/Blocks/BlockFurnace.h')
-rw-r--r--src/Blocks/BlockFurnace.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Blocks/BlockFurnace.h b/src/Blocks/BlockFurnace.h
index a7a807957..74582c3b3 100644
--- a/src/Blocks/BlockFurnace.h
+++ b/src/Blocks/BlockFurnace.h
@@ -3,7 +3,7 @@
#include "BlockEntity.h"
#include "../World.h"
-#include "../Piston.h"
+#include "../Blocks/BlockPiston.h"
#include "MetaRotator.h"
@@ -35,7 +35,7 @@ public:
a_BlockType = m_BlockType;
// FIXME: Do not use cPiston class for furnace placement!
- a_BlockMeta = cPiston::RotationPitchToMetaData(a_Player->GetYaw(), 0);
+ a_BlockMeta = cBlockPistonHandler::RotationPitchToMetaData(a_Player->GetYaw(), 0);
return true;
}