summaryrefslogtreecommitdiffstats
path: root/source/blocks/Block.cpp
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-08-06 12:36:20 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-08-06 12:36:20 +0200
commit323612e5c0bb5e6f7bf680c14f0340a71ee8c977 (patch)
tree622ea91585602089968f0cdecd1255d27e7f4183 /source/blocks/Block.cpp
parentGNUmakefile: Split the debug build into debug and pedantic; more comments; added O3 optimization to external C libraries even in debug mode (diff)
downloadcuberite-323612e5c0bb5e6f7bf680c14f0340a71ee8c977.tar
cuberite-323612e5c0bb5e6f7bf680c14f0340a71ee8c977.tar.gz
cuberite-323612e5c0bb5e6f7bf680c14f0340a71ee8c977.tar.bz2
cuberite-323612e5c0bb5e6f7bf680c14f0340a71ee8c977.tar.lz
cuberite-323612e5c0bb5e6f7bf680c14f0340a71ee8c977.tar.xz
cuberite-323612e5c0bb5e6f7bf680c14f0340a71ee8c977.tar.zst
cuberite-323612e5c0bb5e6f7bf680c14f0340a71ee8c977.zip
Diffstat (limited to '')
-rw-r--r--source/blocks/Block.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blocks/Block.cpp b/source/blocks/Block.cpp
index 0df3e8374..215a6c618 100644
--- a/source/blocks/Block.cpp
+++ b/source/blocks/Block.cpp
@@ -148,7 +148,7 @@ cBlockHandler *cBlockHandler::CreateBlockHandler(BLOCKTYPE a_BlockID)
case E_BLOCK_GOLD_ORE:
case E_BLOCK_REDSTONE_ORE:
case E_BLOCK_REDSTONE_ORE_GLOWING:
- case (char)E_BLOCK_EMERALD_ORE:
+ case E_BLOCK_EMERALD_ORE:
case E_BLOCK_IRON_ORE:
case E_BLOCK_LAPIS_ORE:
case E_BLOCK_COAL_ORE: