summaryrefslogtreecommitdiffstats
path: root/source/Blocks/BlockTorch.h
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2013-09-16 22:07:25 +0200
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2013-09-16 22:07:25 +0200
commitefe520727defa0d79092b121941313c9cd008260 (patch)
tree6e4df23d15000c4b154ed9667e0b51801f4ca7cd /source/Blocks/BlockTorch.h
parentFixed friction for entities (diff)
downloadcuberite-efe520727defa0d79092b121941313c9cd008260.tar
cuberite-efe520727defa0d79092b121941313c9cd008260.tar.gz
cuberite-efe520727defa0d79092b121941313c9cd008260.tar.bz2
cuberite-efe520727defa0d79092b121941313c9cd008260.tar.lz
cuberite-efe520727defa0d79092b121941313c9cd008260.tar.xz
cuberite-efe520727defa0d79092b121941313c9cd008260.tar.zst
cuberite-efe520727defa0d79092b121941313c9cd008260.zip
Diffstat (limited to '')
-rw-r--r--source/Blocks/BlockTorch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Blocks/BlockTorch.h b/source/Blocks/BlockTorch.h
index acacf3f9b..a52b373cb 100644
--- a/source/Blocks/BlockTorch.h
+++ b/source/Blocks/BlockTorch.h
@@ -148,7 +148,7 @@ public:
(BlockInQuestion == E_BLOCK_FENCE) ||
(BlockInQuestion == E_BLOCK_NETHER_BRICK_FENCE) ||
(BlockInQuestion == E_BLOCK_COBBLESTONE_WALL)) &&
- (i = BLOCK_FACE_TOP)
+ (i == BLOCK_FACE_TOP)
)
{
return i;