summaryrefslogtreecommitdiffstats
path: root/source/BlockID.cpp
diff options
context:
space:
mode:
authorSofapriester <stefan-salem@web.de>2013-10-15 00:46:32 +0200
committerSofapriester <stefan-salem@web.de>2013-10-15 00:46:32 +0200
commit173e8684a5bcca63f462cc86cc3fa6541beaf367 (patch)
tree092f549da92b58dbaf692e39487cfe98805acf3e /source/BlockID.cpp
parentAPIDump: Documented HOOK_PLAYER_ANIMATION. (diff)
downloadcuberite-173e8684a5bcca63f462cc86cc3fa6541beaf367.tar
cuberite-173e8684a5bcca63f462cc86cc3fa6541beaf367.tar.gz
cuberite-173e8684a5bcca63f462cc86cc3fa6541beaf367.tar.bz2
cuberite-173e8684a5bcca63f462cc86cc3fa6541beaf367.tar.lz
cuberite-173e8684a5bcca63f462cc86cc3fa6541beaf367.tar.xz
cuberite-173e8684a5bcca63f462cc86cc3fa6541beaf367.tar.zst
cuberite-173e8684a5bcca63f462cc86cc3fa6541beaf367.zip
Diffstat (limited to '')
-rw-r--r--source/BlockID.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/BlockID.cpp b/source/BlockID.cpp
index 7c3fa0b8e..177652a46 100644
--- a/source/BlockID.cpp
+++ b/source/BlockID.cpp
@@ -1,4 +1,3 @@
-
// BlockID.cpp
// Implements the helper functions for converting Block ID string to int etc.
@@ -930,6 +929,7 @@ public:
g_BlockIsTorchPlaceable[E_BLOCK_STAINED_CLAY] = true;
g_BlockIsTorchPlaceable[E_BLOCK_WOOL] = true;
g_BlockIsTorchPlaceable[E_BLOCK_STONE] = true;
+ g_BlockIsTorchPlaceable[E_BLOCK_STONE_BRICKS] = true;
}
} BlockPropertiesInitializer;