From 445c240c792a1b517641c5b7c5e9185339f04b85 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 24 Mar 2024 20:02:31 +0100 Subject: [PATCH] rosebushes now show up on the radar --- celldrawer.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/celldrawer.cpp b/celldrawer.cpp index e9fe4cad..fd13e802 100644 --- a/celldrawer.cpp +++ b/celldrawer.cpp @@ -1848,6 +1848,12 @@ void celldrawer::draw_features_and_walls_3d() { queuepoly(V, cgi.shPlainWall3D[ofs + a], darkena(wcol2 - d * get_darkval(c, a), 0, 0xFF)); } } + if(WDIM == 3 && c->wall == waRose) { + color_t col = winf[waRose].color; + color_t col2 = (col << 8) | 0xFF; + if(rosephase == 7) col2 = 0xFFFFFFFF; + addradar(V, winf[waRose].glyph, col, col2); + } } } else { if(!no_wall_rendering) for(int a=0; atype; a++) if(c->move(a)) {