home · contact · privacy
7DRL: New plant mission, plus lots of refactoring of 7DRL-specific code.
[plomrogue] / src / client / draw_wins.c
index 68c4ed866086c84ef3c1ced4d161a6fd629b7da2..3172ef4931eabd95e21964d85aa665d88c2649bd 100644 (file)
@@ -461,7 +461,7 @@ extern void draw_win_map(struct Win * win)
                 { //
                     a = COLOR_PAIR(12); //
                 } //
-                else if ('%' == c) //
+                else if ('%' == c || '*' == c) //
                 { //
                     a = COLOR_PAIR(13); //
                 } //