Fix wrong header comment in CallVehicleTicks

This commit is contained in:
Jonathan G Rennison
2022-09-07 19:43:51 +01:00
parent 33e3e571d3
commit 764a67b168

View File

@@ -1585,7 +1585,7 @@ void CallVehicleTicks()
} }
v = nullptr; v = nullptr;
/* do Template Replacement */ /* Handle vehicles marked for immediate sale */
Backup<CompanyID> sell_cur_company(_current_company, FILE_LINE); Backup<CompanyID> sell_cur_company(_current_company, FILE_LINE);
for (VehicleID index : _vehicles_to_sell) { for (VehicleID index : _vehicles_to_sell) {
Vehicle *v = Vehicle::Get(index); Vehicle *v = Vehicle::Get(index);