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:
committed by
Ted John
parent
394eb94be3
commit
88be245504
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user