Skip to content

Commit

Permalink
- smol fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SoapyMan committed Jan 28, 2022
1 parent ed97301 commit e6b9670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src_rebuild/Game/C/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1218,7 +1218,7 @@ void StepSim(void)
}
}

for (car = 0, i = 0; car < 4 && i < 2; car++)
for (car = 0, i = 0; car < 4; car++)
{
if (stupid_logic[car] != -1 && SilenceThisCar(car) == 0)
{
Expand Down

0 comments on commit e6b9670

Please sign in to comment.