changeset 206:7210923498fa gmap2

One of the icons was broken, fixed.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 12 Mar 2014 14:53:35 +0200
parents 653c3355bb1f
children 9a4c4c8b98aa
files icons.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/icons.js	Wed Mar 12 14:44:49 2014 +0200
+++ b/icons.js	Wed Mar 12 14:53:35 2014 +0200
@@ -22,6 +22,6 @@
   pmapIcons["city"]       = pmapCreateStdIcon("red");
   pmapIcons["ss"]         = pmapCreateStdIcon("blue");
   pmapIcons["shrine"]     = pmapCreateStdIcon("green");
-  pmapIcons["trainer"]    = pmapCreateStdIcon("cyan");
+  pmapIcons["trainer"]    = pmapCreateStdIcon("orange");
   pmapIcons["monster"]    = pmapCreateStdIcon("white");
 }