Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 26, 2011, 6:22:13 PM (12 years ago)
Author:
dafrick
Message:

Removing some unused variables and taking care of some other warnings (NULL as argument to non-pointer and depricated use of COUT).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/network/MasterServer.cc

    r8937 r8952  
    8787
    8888    /* force-disconnect the server */ 
    89     enet_peer_disconnect( shandle.result.peer, NULL );
     89    enet_peer_disconnect( shandle.result.peer, 0 );
    9090
    9191    /* actually remove the entry from the server list by address */
Note: See TracChangeset for help on using the changeset viewer.