diff --git a/src/monocoque/gameloop/gameloop.c b/src/monocoque/gameloop/gameloop.c index 29fa826..49c290c 100644 --- a/src/monocoque/gameloop/gameloop.c +++ b/src/monocoque/gameloop/gameloop.c @@ -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++) {