From 88be245504517d6f764f63afec93ea31da90806d Mon Sep 17 00:00:00 2001 From: Yaroslav Tretyakov Date: Sat, 20 Aug 2016 07:06:48 -0600 Subject: [PATCH] Fix another cause of #4204 --- src/openrct2.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/openrct2.c b/src/openrct2.c index 01f947d57a..f3becd0904 100644 --- a/src/openrct2.c +++ b/src/openrct2.c @@ -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();