home · contact · privacy
7DRL: Add an "axe" tool type to chop down trees with.
[plomrogue] / src / client / draw_wins.c
index 822b0b7777f5863d176ce9cf71f725bfdd34e207..d0b66a97bf89afc91fbc4617fe0ac10b05034c87 100644 (file)
@@ -447,7 +447,7 @@ extern void draw_win_map(struct Win * win)
                 { //
                     a = COLOR_PAIR(9); //
                 } //
-                else if ('m' == c) //
+                else if ('m' == c || '/' == c) //
                 { //
                     a = COLOR_PAIR(10); //
                 } //