Update gameloop.c

Text output update
This commit is contained in:
Morgan Garcia
2025-07-29 20:43:49 -04:00
committed by Paul Jones
parent 19f7a12027
commit d28719929c
+2 -2
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++)
{