Merge branch 'vehicle_group_info' into jgrpp

This commit is contained in:
Jonathan G Rennison
2017-04-01 01:02:22 +01:00
12 changed files with 163 additions and 105 deletions

View File

@@ -375,7 +375,7 @@ void AfterLoadVehicles(bool part_of_load)
FOR_ALL_VEHICLES(v) {
assert(v->first != NULL);
v->trip_occupancy = CalcPercentVehicleFilled(v, NULL);
v->trip_occupancy = CalcPercentVehicleFilled(v, NULL);
switch (v->type) {
case VEH_TRAIN: {