(svn r15678) -Fix (r15676): crash when (re)applying newgrf settings

This commit is contained in:
rubidium 2009-03-11 23:35:32 +00:00
parent cf21547814
commit f67e2a41ce

View File

@ -359,6 +359,7 @@ void AfterLoadVehicles(bool part_of_load)
default: break; default: break;
} }
v->coord.left = INVALID_COORD;
VehicleMove(v, false); VehicleMove(v, false);
} }
} }