summaryrefslogtreecommitdiff
path: root/src/vehicle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vehicle.cpp')
-rw-r--r--src/vehicle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicle.cpp b/src/vehicle.cpp
index c6539ef67..731c31395 100644
--- a/src/vehicle.cpp
+++ b/src/vehicle.cpp
@@ -698,7 +698,7 @@ void Vehicle::PreDestructor()
DeleteGroupHighlightOfVehicle(this);
if (Group::IsValidID(this->group_id)) Group::Get(this->group_id)->statistics.num_engines[this->engine_type]--;
- if (this->IsPrimaryVehicle()) DecreaseGroupNumVehicle(this->group_id);
+ if (this->IsPrimaryVehicle()) GroupStatistics::CountVehicle(this, -1);
}
if (this->type == VEH_AIRCRAFT && this->IsPrimaryVehicle()) {