summaryrefslogtreecommitdiff
path: root/network.c
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2004-12-16 11:04:43 +0000
committertruelight <truelight@openttd.org>2004-12-16 11:04:43 +0000
commite5a2abb872ff6b2e9b065367148a52725eb0bb01 (patch)
tree016f3123d910a2de3345618534f0624426332e05 /network.c
parent83981e40b594af221abf78eab41aa41182003b52 (diff)
downloadopenttd-e5a2abb872ff6b2e9b065367148a52725eb0bb01.tar.xz
(svn r1124) -Fix: [Network] Also the server now has the option Give Money in
ClientList (tnx to teeone for reporting)
Diffstat (limited to 'network.c')
-rw-r--r--network.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/network.c b/network.c
index 006c2cd91..2215d8acd 100644
--- a/network.c
+++ b/network.c
@@ -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();