(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 404cff525b
commit 0ca15db98f

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);
} }
} }