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:
committed by
Michael Steenbeek
parent
f3f15d18f7
commit
67160d2f70
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user