changeset 14:094ba096cfcd

Muddy trail symbol added
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 09 Dec 2006 01:43:45 +0000
parents 8d98b4f216e1
children 073f24d492c3
files maputils.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/maputils.c	Fri Dec 08 21:05:26 2006 +0000
+++ b/maputils.c	Sat Dec 09 01:43:45 2006 +0000
@@ -68,6 +68,7 @@
 { 'y', "Fields",		col_yellow },
 { 'z', "Shore",			col_light_yellow },
 { '~', "Sea",			col_blue },
+{ ',', "Muddy Trail",		col_light_yellow },
 };
 
 const DINT nmapPieces = (sizeof(mapPieces) / sizeof(mappiece_t));