(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)

This commit is contained in:
peter1138
2006-12-05 17:53:33 +00:00
parent 3e6d57d53b
commit 55dc2fbbef
2 changed files with 34 additions and 20 deletions

View File

@@ -31,6 +31,7 @@ enum VehStatus {
enum LoadStatus {
LS_LOADING_FINISHED,
LS_CARGO_UNLOADING,
LS_CARGO_PAID_FOR,
};
/* Effect vehicle types */