(svn r13206) -Feature(ette): Display all owners of a tile in the tile-info-window.

This commit is contained in:
frosch
2008-05-21 22:15:39 +00:00
parent 42f78d2fc3
commit 7f80552293
15 changed files with 139 additions and 44 deletions

View File

@@ -336,7 +336,7 @@ static void GetTileDesc_Clear(TileIndex tile, TileDesc *td)
} else {
td->str = _clear_land_str[GetClearGround(tile)];
}
td->owner = GetTileOwner(tile);
td->owner[0] = GetTileOwner(tile);
}
static void ChangeTileOwner_Clear(TileIndex tile, PlayerID old_player, PlayerID new_player)