summaryrefslogtreecommitdiff
path: root/src/vehicle_base.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-01-15 18:14:29 +0000
committerrubidium <rubidium@openttd.org>2011-01-15 18:14:29 +0000
commitbc9afec3b0f5f0b3f1c7a0f0494e9c3c42e71bec (patch)
tree5222f6dd14d8dda0cdc092f76587605f480d218e /src/vehicle_base.h
parent53c9846f14be07b887323f3203ed3a0ab52e64db (diff)
downloadopenttd-bc9afec3b0f5f0b3f1c7a0f0494e9c3c42e71bec.tar.xz
(svn r21807) -Codechange: split automatic order removal into a separate function (fonsinchen)
Diffstat (limited to 'src/vehicle_base.h')
-rw-r--r--src/vehicle_base.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vehicle_base.h b/src/vehicle_base.h
index 1e2ae6cf8..5ef98313a 100644
--- a/src/vehicle_base.h
+++ b/src/vehicle_base.h
@@ -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.