From 23b8dc0aa91818e1766d1725551cd74e8f6a690c Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 29 Apr 2025 15:44:09 +0200 Subject: [PATCH] fixed tree rendering --- celldrawer.cpp | 6 +++--- flags.cpp | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/celldrawer.cpp b/celldrawer.cpp index 339b744e..f37ddb8c 100644 --- a/celldrawer.cpp +++ b/celldrawer.cpp @@ -770,7 +770,7 @@ void celldrawer::draw_wall() { for(int z=1; zwall != waRose) return spatial_info{SIDE::WALL, SIDE::WALL, F(WALL) | F(FLOOR) | F(WATERLEVEL) | F(SHALLOW) | F(DEEP)}; return spatial_info{SIDE::FLOOR, SIDE::FLOOR, F(FLOOR) | F(WATERLEVEL) | F(SHALLOW) | F(DEEP)}; #undef F