(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
1 changed files with 1 additions and 0 deletions

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;