mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-07 14:58:22 +00:00
(svn r6773) -eh...I had to test it didn't i, just forgot to save
This commit is contained in:
parent
975442040d
commit
abb0fa7bc5
@ -606,7 +606,7 @@ static void DrawSmallMap(DrawPixelInfo *dpi, Window *w, int type, bool show_town
|
|||||||
_owner_colors[OWNER_TOWN] = MKCOLOR(0xB4B4B4B4);
|
_owner_colors[OWNER_TOWN] = MKCOLOR(0xB4B4B4B4);
|
||||||
_owner_colors[OWNER_NONE] = MKCOLOR(0x54545454);
|
_owner_colors[OWNER_NONE] = MKCOLOR(0x54545454);
|
||||||
_owner_colors[OWNER_WATER] = MKCOLOR(0xCACACACA);
|
_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 */
|
/* now fill with the player colors */
|
||||||
FOR_ALL_PLAYERS(p) {
|
FOR_ALL_PLAYERS(p) {
|
||||||
|
Loading…
Reference in New Issue
Block a user