diff options
author | truelight <truelight@openttd.org> | 2004-12-16 11:04:43 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2004-12-16 11:04:43 +0000 |
commit | e5a2abb872ff6b2e9b065367148a52725eb0bb01 (patch) | |
tree | 016f3123d910a2de3345618534f0624426332e05 | |
parent | 83981e40b594af221abf78eab41aa41182003b52 (diff) | |
download | openttd-e5a2abb872ff6b2e9b065367148a52725eb0bb01.tar.xz |
(svn r1124) -Fix: [Network] Also the server now has the option Give Money in
ClientList (tnx to teeone for reporting)
-rw-r--r-- | network.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -864,6 +864,9 @@ bool NetworkServerStart(void) _frame_counter_max = 0; _network_own_client_index = NETWORK_SERVER_INDEX; + if (!_network_dedicated) + _network_playas = 1; + _network_clients_connected = 0; NetworkInitGameInfo(); |