Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 11009


Ignore:
Timestamp:
Dec 31, 2015, 2:23:59 PM (8 years ago)
Author:
landauf
Message:

merged single revision from cpp11_v2 to trunk to fix multiplayer

Location:
code/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/trunk

  • code/trunk/src/libraries/network/LANDiscoverable.cc

    r10622 r11009  
    4444  const char* LAN_DISCOVERY_ACK     = "Orxonox Server Ack";
    4545
    46   LANDiscoverable::LANDiscoverable()
     46  RegisterClassNoArgs(LANDiscoverable);
     47
     48  LANDiscoverable::LANDiscoverable() : bActive_(false), host_(0)
    4749  {
    4850    /* register object in orxonox */
     
    5052
    5153    this->setConfigValues();
    52     //     this->setActivity(true);
    53     this->host_ = 0;
    54     this->bActive_ = false;
    5554  }
    5655
Note: See TracChangeset for help on using the changeset viewer.