InterpolateCars 95% matching

This commit is contained in:
Dethrace Labs 2025-09-17 13:22:25 +12:00 committed by Dethrace Engineering Department
parent 2e64d1e5a1
commit 22a000548d
1 changed files with 1 additions and 1 deletions

View File

@ -1148,7 +1148,7 @@ void InterpolateCars(tU32 pLast_frame_time, tU32 pTime) {
if (dt > 0.04 || dt < 0)
dt = 0;
gOver_shoot = dt > 0.0;
gOver_shoot = dt > 0.0f;
for (i = 0; i < gNum_cars_and_non_cars; i++) {
car = gActive_car_list[i];