fixed mine colors in ASCII

This commit is contained in:
Zeno Rogue 2020-02-13 11:01:20 +01:00
parent 6f9b5d693a
commit bdb5c7b7b6
1 changed files with 4 additions and 1 deletions

View File

@ -516,8 +516,11 @@ void celldrawer::setcolors() {
// fallthrough
case waMineOpen:
if(wmblack || wmascii) {
wcol &= 0xFEFEFE;
wcol >>= 1;
}
fcol = wcol;
if(wmblack || wmascii) fcol >>= 1, wcol >>= 1;
break;
case waCavewall: