Changeset 9070 in orxonox.OLD for branches/presentation/src
- Timestamp:
- Jul 3, 2006, 9:37:41 PM (18 years ago)
- Location:
- branches/presentation/src/lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/lib/collision_detection/cd_engine.cc
r8894 r9070 45 45 46 46 this->bAbordOnFirstCollision = false; 47 48 this->terrain = NULL; 47 49 } 48 50 -
branches/presentation/src/lib/network/synchronizeable.cc
r8708 r9070 67 67 { 68 68 if ( this->networkStream ) 69 { 69 70 this->networkStream->disconnectSynchronizeable(*this); 70 71 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 } 73 75 74 76 for ( SyncVarList::iterator it = syncVarList.begin(); it != syncVarList.end(); it++ )
Note: See TracChangeset
for help on using the changeset viewer.