mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-13 20:27:10 +00:00
set floor col for radar/ASCII
This commit is contained in:
@@ -2782,6 +2782,8 @@ void celldrawer::draw() {
|
|||||||
asciichar = winf[c->wall].glyph;
|
asciichar = winf[c->wall].glyph;
|
||||||
asciicol = wcol;
|
asciicol = wcol;
|
||||||
|
|
||||||
|
if(c->wall == waNone || isWatery(c)) asciicol = fcol;
|
||||||
|
|
||||||
asciichar1 = asciichar;
|
asciichar1 = asciichar;
|
||||||
asciicol1 = asciicol;
|
asciicol1 = asciicol;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user