Changeset 9070 in orxonox.OLD for branches/presentation/src/lib/network
- Timestamp:
- Jul 3, 2006, 9:37:41 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.