(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 a0831a35a2
commit 3b672a5c5f

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;