forked from mirror/OpenTTD
(svn r13206) -Feature(ette): Display all owners of a tile in the tile-info-window.
This commit is contained in:
@@ -738,7 +738,7 @@ static void GetTileDesc_Water(TileIndex tile, TileDesc *td)
|
||||
default: assert(0); break;
|
||||
}
|
||||
|
||||
td->owner = GetTileOwner(tile);
|
||||
td->owner[0] = GetTileOwner(tile);
|
||||
}
|
||||
|
||||
static void AnimateTile_Water(TileIndex tile)
|
||||
|
Reference in New Issue
Block a user