From bdb5c7b7b6b0a410e492c91580e55341d7acf7af Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 13 Feb 2020 11:01:20 +0100 Subject: [PATCH] fixed mine colors in ASCII --- celldrawer.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/celldrawer.cpp b/celldrawer.cpp index 8cbaeb53..89fe5638 100644 --- a/celldrawer.cpp +++ b/celldrawer.cpp @@ -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: