1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-28 17:09:10 +00:00

(svn r1124) -Fix: [Network] Also the server now has the option Give Money in

ClientList (tnx to teeone for reporting)
This commit is contained in:
truelight
2004-12-16 11:04:43 +00:00
parent 83981e40b5
commit e5a2abb872

View File

@@ -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();