(svn r23464) -Fix [FS#4876]: clear the backed up orders of a removed station as well, otherwise one could create orders to a station that was never in the original backupped orders. For example a road vehicle trying to go to a buoy.

This commit is contained in:
rubidium
2011-12-09 20:48:13 +00:00
parent 15899c37ce
commit 700c1682ce
3 changed files with 27 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ public:
static void ClearGroup(GroupID group);
static void ClearVehicle(const Vehicle *v);
static void RemoveOrder(OrderType type, DestinationID destination);
};
/**