1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-14 20:57:10 +00:00

fixed Red Rock graphical bug

This commit is contained in:
Zeno Rogue
2025-10-09 23:09:20 +02:00
parent 4e6f34c936
commit 67af069c9d

View File

@@ -2361,7 +2361,7 @@ void celldrawer::draw_wall_full() {
auto col = fcol;
if(patterns::whichShape == '^') poly_outline = darkena(fcol, fd, flooralpha);
if(sha.top == SIDE::WALL) col = wcol_star;
else if(sha.top >= SIDE::RED1) col = wcol;
else if(sha.top >= SIDE::RED1 && wmspatial) col = wcol;
auto sf = sha.top; if(!wmspatial) sf = SIDE::FLOOR;