1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 23:34:37 +01:00

Fix another cause of #4204

This commit is contained in:
Yaroslav Tretyakov
2016-08-20 07:06:48 -06:00
committed by Ted John
parent 394eb94be3
commit 88be245504

View File

@@ -456,7 +456,6 @@ static void openrct2_loop()
invalidate_sprite_2(get_sprite(i));
sprite_set_coordinates(_spritelocations2[i].x, _spritelocations2[i].y, _spritelocations2[i].z, get_sprite(i));
}
network_update();
} else {
uncapTick = 0;
currentTick = SDL_GetTicks();