diff options
author | Mattes D <github@xoft.cz> | 2016-01-05 15:01:13 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2016-01-05 15:01:13 +0100 |
commit | 4823e78440698fd42842dfc87256d0ea12a3c7c0 (patch) | |
tree | a9dd87728852fa1d850c4e54b8e590f83ee7a15b /src/Blocks/BlockSlab.h | |
parent | Merge pull request #2842 from ameuret/typo-ammount (diff) | |
parent | Fixed typo (diff) | |
download | cuberite-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 'src/Blocks/BlockSlab.h')
-rw-r--r-- | src/Blocks/BlockSlab.h | 2 |
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; |