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
commit442ffd521b9b1bf8e4190bc2e48b85dbf95520ce (patch)
tree016f3123d910a2de3345618534f0624426332e05 /network.c
parent302893f0da97dd96f7f9effbff3a8a4be1686b5e (diff)
downloadopenttd-442ffd521b9b1bf8e4190bc2e48b85dbf95520ce.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();