diff options
Diffstat (limited to 'src/network/network_client.cpp')
-rw-r--r-- | src/network/network_client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/network_client.cpp b/src/network/network_client.cpp index 73877dda8..c4c46b208 100644 --- a/src/network/network_client.cpp +++ b/src/network/network_client.cpp @@ -333,7 +333,7 @@ static const char *GenerateCompanyPasswordHash(const char *password) /** * Hash the current company password; used when the server 'company' sets his/her password. */ -void HashCurrentCompanyPassword(const char *password) +static void HashCurrentCompanyPassword(const char *password) { _password_game_seed = _settings_game.game_creation.generation_seed; strecpy(_password_server_id, _settings_client.network.network_id, lastof(_password_server_id)); |