(svn r1124) -Fix: [Network] Also the server now has the option Give Money in
authortruelight
Thu, 16 Dec 2004 11:04:43 +0000
changeset 683 a46ac7956e12
parent 682 7f5de4abac85
child 684 425b1741fd45
(svn r1124) -Fix: [Network] Also the server now has the option Give Money in
ClientList (tnx to teeone for reporting)
network.c
--- a/network.c	Wed Dec 15 23:33:04 2004 +0000
+++ b/network.c	Thu Dec 16 11:04:43 2004 +0000
@@ -864,6 +864,9 @@
 	_frame_counter_max = 0;
 	_network_own_client_index = NETWORK_SERVER_INDEX;
 
+	if (!_network_dedicated)
+		_network_playas = 1;
+
 	_network_clients_connected = 0;
 
 	NetworkInitGameInfo();