set floor col for radar/ASCII

This commit is contained in:
Zeno Rogue 2023-02-05 11:24:19 +01:00
parent e1ed7284dd
commit c900d6823e
1 changed files with 2 additions and 0 deletions

View File

@ -2782,6 +2782,8 @@ void celldrawer::draw() {
asciichar = winf[c->wall].glyph;
asciicol = wcol;
if(c->wall == waNone || isWatery(c)) asciicol = fcol;
asciichar1 = asciichar;
asciicol1 = asciicol;