(svn r1202) -Fix: removed unused variable
This commit is contained in:
@@ -821,7 +821,6 @@ void NetworkAddServer(const byte *b)
|
|||||||
{
|
{
|
||||||
if (*b != '\0') {
|
if (*b != '\0') {
|
||||||
NetworkGameList *item;
|
NetworkGameList *item;
|
||||||
uint i;
|
|
||||||
const byte *port = NULL;
|
const byte *port = NULL;
|
||||||
const byte *player = NULL;
|
const byte *player = NULL;
|
||||||
byte host[NETWORK_HOSTNAME_LENGTH];
|
byte host[NETWORK_HOSTNAME_LENGTH];
|
||||||
|
Reference in New Issue
Block a user