(svn r6785) -Cleanup: Remove unused _network_playas from NetworkAddServer. This function

only adds favourite servers to the list, does nothing with regards to connection
replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
Darkvater 18 years ago
parent fea1f59f11
commit 085a6b497f

@ -938,8 +938,6 @@ void NetworkAddServer(const char *b)
rport = NETWORK_DEFAULT_PORT;
ParseConnectionString(&player, &port, host);
if (player != NULL) _network_playas = atoi(player);
if (port != NULL) rport = atoi(port);
item = NetworkQueryServer(host, rport, true);

Loading…
Cancel
Save