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
commitc7d57379fbdda52590cddb83240934da6b5e8b21 (patch)
tree689c15a9e4c69b6092adb8178a4209a3fc4ed27b /src/vehicle.h
parentd7b4fb80d0e14ca3f8d56cda920e7f0d4e81419d (diff)
downloadopenttd-c7d57379fbdda52590cddb83240934da6b5e8b21.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);