diff --git a/celldrawer.cpp b/celldrawer.cpp index fea202b8..2a75e49f 100644 --- a/celldrawer.cpp +++ b/celldrawer.cpp @@ -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;