summaryrefslogtreecommitdiff
path: root/vehicle.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-12-05 17:53:33 +0000
committerpeter1138 <peter1138@openttd.org>2006-12-05 17:53:33 +0000
commit908552d7ed3bc71b144dc83aab9977a7712e190e (patch)
treea3aaca6ca31faafb4babc65ab418b75624ba6cf3 /vehicle.h
parentabb693987eae70acb3e5c866c026144cb83a033a (diff)
downloadopenttd-908552d7ed3bc71b144dc83aab9977a7712e190e.tar.xz
(svn r7377) -Fix (r7326): With gradual loading, make sure cargo is only paid for once, and always notify the station the vehicle was present. (Maedhros)
Diffstat (limited to 'vehicle.h')
-rw-r--r--vehicle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vehicle.h b/vehicle.h
index 1aa24ee84..a75b0bf6b 100644
--- a/vehicle.h
+++ b/vehicle.h
@@ -31,6 +31,7 @@ enum VehStatus {
enum LoadStatus {
LS_LOADING_FINISHED,
LS_CARGO_UNLOADING,
+ LS_CARGO_PAID_FOR,
};
/* Effect vehicle types */