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
1 changed files with 0 additions and 1 deletions

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();