(svn r20816) -Codechange [FS#3835]: make waypoint default names work like depots, stations and vehicles (Krille)

This commit is contained in:
rubidium
2010-09-16 16:31:57 +00:00
parent 64f3c1e243
commit 1de34d3103
5 changed files with 20 additions and 13 deletions

View File

@@ -23,7 +23,7 @@ struct Depot : DepotPool::PoolItem<&_depot_pool> {
char *name;
TileIndex xy;
uint16 town_cn; ///< The Nth depot for this town (consecutive number)
uint16 town_cn; ///< The N-1th depot for this town (consecutive number)
Date build_date; ///< Date of construction
Depot(TileIndex xy = INVALID_TILE) : xy(xy) {}