summaryrefslogtreecommitdiff
path: root/src/nodedef.cpp
diff options
context:
space:
mode:
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: