File diff r18912:e7974922f934 → r18913:fd2dc944ef3a
src/saveload/vehicle_sl.cpp
Show inline comments
 
@@ -527,12 +527,15 @@ void FixupTrainLengths()
 
						next->vehstatus &= ~VS_HIDDEN;
 
						next->track = TrackToTrackBits(GetRailDepotTrack(next->tile));
 
						for (int i = 0; i >= d; i--) TrainController(next, NULL);
 
					}
 
				}
 
			}
 

	
 
			/* Update all cached properties after moving the vehicle chain around. */
 
			Train::From(v)->ConsistChanged(true);
 
		}
 
	}
 
}
 

	
 
static uint8  _cargo_days;
 
static uint16 _cargo_source;