src/smallmap_gui.cpp
changeset 6981 5dfb8540e66a
parent 6979 d194d25020e7
child 6984 045168d13eef
--- a/src/smallmap_gui.cpp	Wed Apr 18 00:41:09 2007 +0000
+++ b/src/smallmap_gui.cpp	Wed Apr 18 07:22:53 2007 +0000
@@ -52,10 +52,10 @@
 /** Macro for ordinary entry of LegendAndColor */
 #define MK(a,b) {a, b, false, false}
 /** Macro for end of list marker in arrays of LegendAndColor */
-#define MKEND() {0, STR_NULL, false, true}
+#define MKEND() {0, STR_NULL, true, false}
 /** Macro for break marker in arrays of LegendAndColor.
  * It will have valid data, though */
-#define MS(a,b) {a, b, true, false}
+#define MS(a,b) {a, b, false, true}
 
 /** Structure for holding relevant data for legends in small map */
 struct LegendAndColour {