mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 14:27:16 +00:00
(svn r15678) -Fix (r15676): crash when (re)applying newgrf settings
This commit is contained in:
parent
cf21547814
commit
f67e2a41ce
@ -359,6 +359,7 @@ void AfterLoadVehicles(bool part_of_load)
|
||||
default: break;
|
||||
}
|
||||
|
||||
v->coord.left = INVALID_COORD;
|
||||
VehicleMove(v, false);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user