ResetCarScreens matches

This commit is contained in:
Dethrace Labs 2025-09-01 09:10:05 +12:00 committed by Dethrace Engineering Department
parent f92a766dfd
commit 3462ff14ab
1 changed files with 1 additions and 1 deletions

View File

@ -4662,7 +4662,7 @@ void ResetCarScreens(void) {
int i;
tCar_spec* the_car;
for (cat = eVehicle_self; cat < eVehicle_drone; cat++) {
for (cat = eVehicle_self; cat <= eVehicle_rozzer; cat++) {
car_count = (cat == eVehicle_self) ? 1 : GetCarCount(cat);
for (i = 0; i < car_count; i++) {
the_car = (cat == eVehicle_self) ? &gProgram_state.current_car : GetCarSpec(cat, i);