summaryrefslogtreecommitdiff
path: root/src/nodedef.cpp
diff options
context:
space:
mode:
authorTriBlade9 <triblade9@mail.com>2014-09-20 07:37:40 +0800
committerShadowNinja <shadowninja@minetest.net>2014-09-21 15:50:27 -0400
commit9a685a4f2ec98f64c622f87690378b1c2a084473 (patch)
tree2e313aca39e62c834119c3a5f913ff20f5c14e3d /src/nodedef.cpp
parentb5a6bf20688617f5f9df80264b11d4b7d1eb656f (diff)
downloadminetest-9a685a4f2ec98f64c622f87690378b1c2a084473.tar.gz
minetest-9a685a4f2ec98f64c622f87690378b1c2a084473.tar.bz2
minetest-9a685a4f2ec98f64c622f87690378b1c2a084473.zip
Add firelike drawtype
Diffstat (limited to 'src/nodedef.cpp')
-rw-r--r--src/nodedef.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nodedef.cpp b/src/nodedef.cpp
index f14311fc3..31156ce68 100644
--- a/src/nodedef.cpp
+++ b/src/nodedef.cpp
@@ -691,6 +691,8 @@ public:
if (f->waving == 1)
material_type = TILE_MATERIAL_WAVING_PLANTS;
break;
+ case NDT_FIRELIKE:
+ f->backface_culling = false;
case NDT_TORCHLIKE:
case NDT_SIGNLIKE:
case NDT_FENCELIKE: