summaryrefslogtreecommitdiff
path: root/src/vehicle.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-05-14 16:07:05 +0000
committerrubidium <rubidium@openttd.org>2007-05-14 16:07:05 +0000
commit07bdd6c3cc75bdb0f6b6180e763c264be5ea3fad (patch)
tree689c15a9e4c69b6092adb8178a4209a3fc4ed27b /src/vehicle.h
parent5f0e384ac0b2f45dbde420e35ea7a35062ed7960 (diff)
downloadopenttd-07bdd6c3cc75bdb0f6b6180e763c264be5ea3fad.tar.xz
(svn r9836) -Codechange: make non-improved loading happen FIFO-ish; generally loading/unloading will happen fifo, but there are no guarantees on the FIFO-ness. For (better) FIFO guarantees you still need to use improved loading.
Diffstat (limited to 'src/vehicle.h')
-rw-r--r--src/vehicle.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vehicle.h b/src/vehicle.h
index 2eab1d0cf..ccd918521 100644
--- a/src/vehicle.h
+++ b/src/vehicle.h
@@ -521,8 +521,6 @@ void ShowAircraftViewWindow(const Vehicle* v);
UnitID GetFreeUnitNumber(byte type);
-void LoadUnloadVehicle(Vehicle *v);
-
void TrainConsistChanged(Vehicle *v);
void TrainPowerChanged(Vehicle *v);
int32 GetTrainRunningCost(const Vehicle *v);