smallmap_gui.c
changeset 4847 bd9e07155a34
parent 4846 a6c472d934c0
child 4937 a525d56a8d40
--- a/smallmap_gui.c	Sat Oct 14 15:43:37 2006 +0000
+++ b/smallmap_gui.c	Sat Oct 14 15:44:28 2006 +0000
@@ -606,7 +606,7 @@
 		_owner_colors[OWNER_TOWN] = MKCOLOR(0xB4B4B4B4);
 		_owner_colors[OWNER_NONE] = MKCOLOR(0x54545454);
 		_owner_colors[OWNER_WATER] = MKCOLOR(0xCACACACA);
-		_owner_colors[OWNER_END+1]   = MKCOLOR(0x20202020); /* industry */
+		_owner_colors[OWNER_END]   = MKCOLOR(0x20202020); /* industry */
 
 		/* now fill with the player colors */
 		FOR_ALL_PLAYERS(p) {