changeset 59:f04f72724bb3

'.' is col_green, not col_light_green
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 15 Dec 2006 01:20:16 +0000
parents 06d2a00d5a4b
children de4a41a61e8c
files maputils.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/maputils.c	Fri Dec 15 01:04:21 2006 +0000
+++ b/maputils.c	Fri Dec 15 01:20:16 2006 +0000
@@ -40,7 +40,7 @@
 { '|', "Road",			col_light_black },
 { '/', "Road",			col_light_black },
 { '\\',"Road",			col_light_black },
-{ '.', "Plains",		col_light_green },
+{ '.', "Plains",		col_green },
 { '=', "Bridge",		col_light_black },
 { '?', "Scenic Location",	col_light_white },
 { '@', "Flowing Lava",		col_light_red },