(svn r21807) -Codechange: split automatic order removal into a separate function (fonsinchen)

This commit is contained in:
rubidium
2011-01-15 18:14:29 +00:00
parent 9df9575e72
commit da371c5776
2 changed files with 15 additions and 7 deletions

View File

@@ -243,6 +243,8 @@ public:
GroundVehicleCache *GetGroundVehicleCache();
const GroundVehicleCache *GetGroundVehicleCache() const;
void DeleteUnreachedAutoOrders();
/**
* Handle the loading of the vehicle; when not it skips through dummy
* orders and does nothing in all other cases.