summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockSlab.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2016-01-05 15:01:13 +0100
committerMattes D <github@xoft.cz>2016-01-05 15:01:13 +0100
commit4823e78440698fd42842dfc87256d0ea12a3c7c0 (patch)
treea9dd87728852fa1d850c4e54b8e590f83ee7a15b /src/Blocks/BlockSlab.h
parentMerge pull request #2842 from ameuret/typo-ammount (diff)
parentFixed typo (diff)
downloadcuberite-4823e78440698fd42842dfc87256d0ea12a3c7c0.tar
cuberite-4823e78440698fd42842dfc87256d0ea12a3c7c0.tar.gz
cuberite-4823e78440698fd42842dfc87256d0ea12a3c7c0.tar.bz2
cuberite-4823e78440698fd42842dfc87256d0ea12a3c7c0.tar.lz
cuberite-4823e78440698fd42842dfc87256d0ea12a3c7c0.tar.xz
cuberite-4823e78440698fd42842dfc87256d0ea12a3c7c0.tar.zst
cuberite-4823e78440698fd42842dfc87256d0ea12a3c7c0.zip
Diffstat (limited to '')
-rw-r--r--src/Blocks/BlockSlab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Blocks/BlockSlab.h b/src/Blocks/BlockSlab.h
index 79d440cf6..bc7f79099 100644
--- a/src/Blocks/BlockSlab.h
+++ b/src/Blocks/BlockSlab.h
@@ -210,7 +210,7 @@ public:
{
case E_BLOCK_DOUBLE_STONE_SLAB: return E_BLOCK_STONE_SLAB;
case E_BLOCK_DOUBLE_WOODEN_SLAB: return E_BLOCK_WOODEN_SLAB;
- case E_BLOCK_DOUBLE_RED_SANDSTONE_SLAB: return E_BLOCK_DOUBLE_RED_SANDSTONE_SLAB;
+ case E_BLOCK_DOUBLE_RED_SANDSTONE_SLAB: return E_BLOCK_RED_SANDSTONE_SLAB;
}
ASSERT(!"Unhandled double slab type!");
return a_BlockType;