Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6548 in orxonox.OLD


Ignore:
Timestamp:
Jan 18, 2006, 2:14:14 PM (18 years ago)
Author:
rennerc
Message:

place spaceship at 0 0 0

File:
1 edited

Legend:

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

    r6526 r6548  
    486486
    487487    //HACK: hack to prevent collision
    488     if ( b->isA(CL_WORLD_ENTITY) /*&& !b->isA(CL_PLAYABLE)*/ )
     488    if ( b->isA(CL_WORLD_ENTITY) && !b->isA(CL_PLAYABLE) )
    489489    {
    490490      if ( NetworkManager::getInstance()->getHostID()!=0 )
Note: See TracChangeset for help on using the changeset viewer.