1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 23:34:37 +01:00

Fix more configurations

This commit is contained in:
Michał Janiszewski
2016-10-06 23:32:10 +02:00
parent 9da9b6f29a
commit 9966052ca7
8 changed files with 6 additions and 15 deletions

View File

@@ -84,9 +84,6 @@ enum {
SERVER_EVENT_PLAYER_DISCONNECTED,
};
constexpr int MASTER_SERVER_REGISTER_TIME = 120 * 1000; // 2 minutes
constexpr int MASTER_SERVER_HEARTBEAT_TIME = 60 * 1000; // 1 minute
void network_chat_show_connected_message();
void network_chat_show_server_greeting();
static void network_get_keys_directory(utf8 *buffer, size_t bufferSize);