1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-30 18:09:09 +00:00

(svn r11014) -Fix (r11011) [FS#1170]: crash when selling the first train of a consist.

This commit is contained in:
rubidium
2007-08-31 12:57:52 +00:00
parent c19b8c72b7
commit 98a3b8abfa

View File

@@ -547,6 +547,7 @@ Vehicle::~Vehicle()
if (CleaningPool()) return;
this->SetNext(NULL);
UpdateVehiclePosHash(this, INVALID_COORD, 0);
this->next_hash = NULL;
this->next_new_hash = NULL;