Changeset 8097 in orxonox.OLD for branches/network/src
- Timestamp:
- Jun 1, 2006, 6:39:46 PM (18 years ago)
- Location:
- branches/network/src/lib/network
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/lib/network/network_game_manager.cc
r8096 r8097 160 160 if ( dynamic_cast<Synchronizeable*>(*it)->getUniqueID() == uniqueId ) 161 161 { 162 if ( (*it)->isA(CL_PLAYABLE) ) 163 return true; 164 162 165 delete dynamic_cast<Synchronizeable*>(*it); 163 166 return true; -
branches/network/src/lib/network/player_stats.cc
r8096 r8097 137 137 } 138 138 139 if ( /*this->playable &&*/userId == getHostID() )139 if ( this->playable && userId == getHostID() ) 140 140 State::getPlayer()->setPlayable( this->playable ); 141 141
Note: See TracChangeset
for help on using the changeset viewer.