Reduce sensitivity of train overheated breakdown

This commit is contained in:
Jonathan G Rennison
2021-04-11 22:53:02 +01:00
parent 5d88030feb
commit d484c32d44
5 changed files with 22 additions and 2 deletions

View File

@@ -2334,6 +2334,9 @@ void VehicleEnterDepot(Vehicle *v)
t->ConsistChanged(CCF_ARRANGE);
t->reverse_distance = 0;
t->lookahead.reset();
if (!(t->vehstatus & VS_CRASHED)) {
t->crash_anim_pos = 0;
}
break;
}