1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Don't do uncapped FPS when running headlessly

This commit is contained in:
Michał Janiszewski
2016-02-14 11:25:09 +01:00
parent 843b588b15
commit 4aac5c035f

View File

@@ -365,7 +365,7 @@ static void openrct2_loop()
_finished = 0;
do {
if (gConfigGeneral.uncap_fps && gGameSpeed <= 4) {
if (gConfigGeneral.uncap_fps && gGameSpeed <= 4 && !gOpenRCT2Headless) {
currentTick = SDL_GetTicks();
if (uncapTick == 0) {
// Reset sprite locations