changeset 4847:59e97f6a8f01 draft

(svn r6773) -eh...I had to test it didn't i, just forgot to save
author Darkvater <Darkvater@openttd.org>
date Sat, 14 Oct 2006 15:44:28 +0000
parents 2d49404e4e40
children 1353556f1b07
files smallmap_gui.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/smallmap_gui.c
+++ b/smallmap_gui.c
@@ -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) {