(svn r19801) -Add [FS#3691]: custom naming of depots. Based on work by sbr

This commit is contained in:
rubidium
2010-05-12 20:50:10 +00:00
parent e91165ef6e
commit 1a5d7b34d8
11 changed files with 133 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ extern DepotPool _depot_pool;
struct Depot : DepotPool::PoolItem<&_depot_pool> {
Town *town;
const char *name;
char *name;
TileIndex xy;
uint16 town_cn; ///< The Nth depot for this town (consecutive number)