summaryrefslogtreecommitdiff
path: root/src/network/network_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/network_type.h')
-rw-r--r--src/network/network_type.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/network_type.h b/src/network/network_type.h
index 4dcdd8c03..fb9953695 100644
--- a/src/network/network_type.h
+++ b/src/network/network_type.h
@@ -62,8 +62,8 @@ struct NetworkCompanyStats {
/** Some state information of a company, especially for servers */
struct NetworkCompanyState {
- char password[NETWORK_PASSWORD_LENGTH]; ///< The password for the company
- uint16 months_empty; ///< How many months the company is empty
+ std::string password; ///< The password for the company
+ uint16 months_empty; ///< How many months the company is empty
};
struct NetworkClientInfo;