Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9070 in orxonox.OLD


Ignore:
Timestamp:
Jul 3, 2006, 9:37:41 PM (18 years ago)
Author:
rennerc
Message:

bugs -= 2 - i love valgrind

Location:
branches/presentation/src/lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/lib/collision_detection/cd_engine.cc

    r8894 r9070  
    4545
    4646  this->bAbordOnFirstCollision = false;
     47 
     48  this->terrain = NULL;
    4749}
    4850
  • branches/presentation/src/lib/network/synchronizeable.cc

    r8708 r9070  
    6767{
    6868  if ( this->networkStream )
     69  {
    6970    this->networkStream->disconnectSynchronizeable(*this);
    7071 
    71   if ( this->isServer() && this->beSynchronized() && this->getUniqueID() > 0 && !this->isA( CL_MESSAGE_MANAGER ) )
    72     NetworkGameManager::getInstance()->removeSynchronizeable( this->getUniqueID() );
     72    if ( this->isServer() && this->beSynchronized() && this->getUniqueID() > 0 && !this->isA( CL_MESSAGE_MANAGER ) )
     73      NetworkGameManager::getInstance()->removeSynchronizeable( this->getUniqueID() );
     74  }
    7375   
    7476  for ( SyncVarList::iterator it = syncVarList.begin(); it != syncVarList.end(); it++ )
Note: See TracChangeset for help on using the changeset viewer.