Merge branch 'save_ext' into improved_breakdowns

This commit is contained in:
Jonathan G Rennison
2017-06-06 18:41:01 +01:00
211 changed files with 3067 additions and 2038 deletions

View File

@@ -2373,6 +2373,7 @@ void Vehicle::LeaveStation()
st->loading_vehicles.remove(this);
HideFillingPercent(&this->fill_percent_te_id);
trip_occupancy = CalcPercentVehicleFilled(this, NULL);
if (this->type == VEH_TRAIN && !(this->vehstatus & VS_CRASHED)) {
/* Trigger station animation (trains only) */