1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-30 10:15:36 +01:00

Rename sint32 gFirstTimeSave to bool gFirstTimeSaving

This commit is contained in:
wolfreak99
2017-06-13 02:05:16 -04:00
committed by Michael Steenbeek
parent f3f15d18f7
commit 67160d2f70
6 changed files with 10 additions and 10 deletions

View File

@@ -1795,7 +1795,7 @@ void Network::Client_Handle_MAP(NetworkConnection& connection, NetworkPacket& pa
server_srand0_tick = 0;
// window_network_status_open("Loaded new map from network");
_desynchronised = false;
gFirstTimeSave = 1;
gFirstTimeSaving = true;
// Notify user he is now online and which shortcut key enables chat
network_chat_show_connected_message();