Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 31, 2010, 6:13:18 PM (15 years ago)
Author:
adrfried
Message:

made enet 1.3 compatible

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ipv6/src/libraries/network/LANDiscovery.cc

    r7284 r7294  
    4242  LANDiscovery::LANDiscovery()
    4343  {
    44     this->host_ = enet_host_create(NULL, 10, 0, 0 );
     44    this->host_ = enet_host_create(NULL, 10, 0, 0, 0 );
    4545  }
    4646
     
    5858
    5959    ENetPeer* peer;
    60     peer = enet_host_connect(this->host_, &address, 0);
     60    peer = enet_host_connect(this->host_, &address, 0, 0);
    6161
    6262    ENetEvent event;
Note: See TracChangeset for help on using the changeset viewer.