Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 12, 2006, 1:56:38 PM (18 years ago)
Author:
patrick
Message:

removing some unused variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/network/network_stream.cc

    r9252 r9254  
    9292  this->init();
    9393  this->serverSocket = new UdpServerSocket(port);
    94   this->bActive = true;
     94//   this->bActive = true;
    9595}
    9696
     
    103103  /* set the class id for the base object */
    104104  this->setClassID(CL_NETWORK_STREAM, "NetworkStream");
    105   this->bActive = false;
     105//   this->bActive = false;
    106106  this->serverSocket = NULL;
    107107  this->networkGameManager = NULL;
     
    198198  sync.setNetworkStream( this );
    199199
    200   this->bActive = true;
     200//   this->bActive = true;
    201201}
    202202
Note: See TracChangeset for help on using the changeset viewer.