mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-02 04:13:26 +00:00
(svn r16801) -Fix [FS#3022]: cargo payments weren't destroyed when a vehicle was destructed. This only happened when you crashed a vehicle while it was unloading.
This commit is contained in:
parent
7ca86b8b62
commit
be56fa3217
@ -497,6 +497,8 @@ void Vehicle::PreDestructor()
|
||||
Station::Get(this->last_station_visited)->loading_vehicles.remove(this);
|
||||
|
||||
HideFillingPercent(&this->fill_percent_te_id);
|
||||
|
||||
delete this->cargo_payment;
|
||||
}
|
||||
|
||||
if (IsEngineCountable(this)) {
|
||||
|
Loading…
Reference in New Issue
Block a user