summaryrefslogtreecommitdiff
path: root/src/vehicle.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-05-02 18:29:11 +0000
committerrubidium <rubidium@openttd.org>2007-05-02 18:29:11 +0000
commit981bf52bdd1a2f5fbf447f211a4dbbb43547aee3 (patch)
tree34ee55f1443a9aa3ff65e7d58e973121dd9ce61f /src/vehicle.h
parente4dc1f460b4e431bf3336a5fde25ab0dbe580e5e (diff)
downloadopenttd-981bf52bdd1a2f5fbf447f211a4dbbb43547aee3.tar.xz
(svn r9770) -Codechange: perform the payment of cargo when loading/unloading, but when arriving at the station.
Diffstat (limited to 'src/vehicle.h')
-rw-r--r--src/vehicle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicle.h b/src/vehicle.h
index 904a9f9e5..810f1ba2d 100644
--- a/src/vehicle.h
+++ b/src/vehicle.h
@@ -508,7 +508,7 @@ void ShowAircraftViewWindow(const Vehicle* v);
UnitID GetFreeUnitNumber(byte type);
-int LoadUnloadVehicle(Vehicle *v, bool just_arrived);
+int LoadUnloadVehicle(Vehicle *v);
void TrainConsistChanged(Vehicle *v);
void TrainPowerChanged(Vehicle *v);