(svn r10773) -Codechange: use pool.CleanPool instead of CleanPool(&pool) and similarly for AddBlock*.
This commit is contained in:
@@ -1269,8 +1269,8 @@ bool CheckForValidOrders(const Vehicle* v)
|
||||
|
||||
void InitializeOrders()
|
||||
{
|
||||
CleanPool(&_Order_pool);
|
||||
AddBlockToPool(&_Order_pool);
|
||||
_Order_pool.CleanPool();
|
||||
_Order_pool.AddBlockToPool();
|
||||
|
||||
_backup_orders_tile = 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user