(svn r4940) Remove the dubious feature of remembering the last built depot. It serves no real purpose except causing confusion

This commit is contained in:
tron
2006-05-21 13:51:36 +00:00
parent de18908057
commit 3282efda88
11 changed files with 13 additions and 102 deletions

View File

@@ -60,10 +60,6 @@ static inline uint16 GetServiceIntervalClamped(uint index)
return (_patches.servint_ispercent) ? clamp(index, MIN_SERVINT_PERCENT, MAX_SERVINT_PERCENT) : clamp(index, MIN_SERVINT_DAYS, MAX_SERVINT_DAYS);
}
VARDEF TileIndex _last_built_train_depot_tile;
VARDEF TileIndex _last_built_road_depot_tile;
VARDEF TileIndex _last_built_aircraft_depot_tile;
VARDEF TileIndex _last_built_ship_depot_tile;
/**
* Check if a depot really exists.