From fd05fe95e7a6ae2234b8135bf880b9799ffe67f7 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 12 Sep 2010 05:20:32 +0200 Subject: [PATCH] woops. wrong character --- src/gmtool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gmtool.c b/src/gmtool.c index c20de22bf..537766e4b 100644 --- a/src/gmtool.c +++ b/src/gmtool.c @@ -232,7 +232,7 @@ mr_tile(const map_region * mr, int highlight) if (r->terrain->_name[1]=='l') { /* plain */ if (r_isforest(r)) return '#' | COLOR_PAIR(hl + COLOR_GREEN) | A_NORMAL; return '+' | COLOR_PAIR(hl + COLOR_GREEN) | A_BOLD; - } else if (r->terrain->_name[1]=='l') { /* packice */ + } else if (r->terrain->_name[1]=='a') { /* packice */ return ':' | COLOR_PAIR(hl + COLOR_WHITE) | A_BOLD; } break;