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
commitcc9d811f53b2d7f742682cd31299cd044ea10508 (patch)
tree34ee55f1443a9aa3ff65e7d58e973121dd9ce61f /src/vehicle.h
parent8165fac424586545e074934ef80f0da5635d1c06 (diff)
downloadopenttd-cc9d811f53b2d7f742682cd31299cd044ea10508.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);