forked from mirror/OpenTTD
(svn r22116) -Codechange: use PoolBase::Clean() at more places
This commit is contained in:
@@ -52,8 +52,3 @@ Depot::~Depot()
|
||||
}
|
||||
DeleteWindowById(GetWindowClassForVehicleType(vt), VehicleListIdentifier(VL_DEPOT_LIST, vt, GetTileOwner(this->xy), this->index).Pack());
|
||||
}
|
||||
|
||||
void InitializeDepots()
|
||||
{
|
||||
_depot_pool.CleanPool();
|
||||
}
|
||||
|
Reference in New Issue
Block a user