1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 21:43:06 +01:00

fix view position when loading map over network

This commit is contained in:
zsilencer
2015-07-29 16:30:05 -06:00
parent 3a26f56000
commit 5dab3be1d7
3 changed files with 6 additions and 4 deletions

View File

@@ -768,6 +768,7 @@ int Network::Client_Handle_MAP(NetworkConnection& connection, NetworkPacket& pac
if (RCT2_GLOBAL(RCT2_ADDRESS_GAME_PAUSED, uint8) & 1)
pause_toggle();
game_command_queue.clear();
server_tick = RCT2_GLOBAL(RCT2_ADDRESS_CURRENT_TICKS, uint32);
window_network_status_open("Loaded new map from network");
}
SDL_RWclose(rw);