Changeset - r4847:3a5813957a8e
[Not reviewed]
master
0 1 0
Darkvater - 18 years ago 2006-10-14 15:44:28
darkvater@openttd.org
(svn r6773) -eh...I had to test it didn't i, just forgot to save
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
smallmap_gui.c
Show inline comments
 
@@ -606,7 +606,7 @@ static void DrawSmallMap(DrawPixelInfo *
 
		_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) {
0 comments (0 inline, 0 general)