Update gameloop.c

Text output update
This commit is contained in:
Morgan Garcia 2025-06-17 15:08:58 -07:00 committed by Paul Jones
parent 19f7a12027
commit d28719929c
1 changed files with 2 additions and 2 deletions

View File

@ -978,7 +978,7 @@ int tester(SimDevice* devices, int numdevices)
}
sleep(1);
fprintf(stdout, "Setting rpms to 8000\n");
fprintf(stdout, "Setting rpms to 9000\n");
simdata->rpms = 9000;
for (int x = 0; x < numdevices; x++)
{
@ -989,7 +989,7 @@ int tester(SimDevice* devices, int numdevices)
}
sleep(1);
fprintf(stdout, "Setting rpms to 8000\n");
fprintf(stdout, "Setting rpms to 10000\n");
simdata->rpms = 10000;
for (int x = 0; x < numdevices; x++)
{