Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 30, 2006, 4:41:19 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the Network back to the trunk.
merged with command
svn merge https://svn.orxonox.net/orxonox/branches/network . -r6817:HEAD
no conflicts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/network/network_game_manager.cc

    r6815 r6868  
    575575    if ( (*it)->getUniqueID() == uniqueID )
    576576    {
    577       delete *it;
     577      assert((*it)->isA(CL_WORLD_ENTITY));
     578      dynamic_cast<WorldEntity*>(*it)->toList(OM_DEAD);
    578579      break;
    579580    }
Note: See TracChangeset for help on using the changeset viewer.