(svn r13206) -Feature(ette): Display all owners of a tile in the tile-info-window.
This commit is contained in:
@@ -560,7 +560,7 @@ static void GetTileDesc_Trees(TileIndex tile, TileDesc *td)
|
||||
td->str = tt == TREE_CACTUS ? STR_2810_CACTUS_PLANTS : STR_280E_TREES;
|
||||
}
|
||||
|
||||
td->owner = GetTileOwner(tile);
|
||||
td->owner[0] = GetTileOwner(tile);
|
||||
}
|
||||
|
||||
static void AnimateTile_Trees(TileIndex tile)
|
||||
|
Reference in New Issue
Block a user