Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6145 in orxonox.OLD for trunk/src/lib/network


Ignore:
Timestamp:
Dec 16, 2005, 11:46:55 PM (19 years ago)
Author:
patrick
Message:

trunk: fixed the network bug, uninitialized variable :D

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/network/synchronizeable.cc

    r6139 r6145  
    3232  hostID = NetworkManager::getInstance()->getHostID();
    3333  uniqueID = -1;
     34  this->networkStream = NULL;
    3435  //state = ?;
    3536
     
    4243{
    4344  this->setName(name);
     45  this->networkStream = NULL;
    4446}
    4547
Note: See TracChangeset for help on using the changeset viewer.