Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5968 in orxonox.OLD for branches/network/src/util/object_manager.cc


Ignore:
Timestamp:
Dec 7, 2005, 4:16:51 PM (18 years ago)
Author:
patrick
Message:

network: merged the trunk into the network with the command svn merge -r5824:HEAD ../trunk network, changes changed… bla bla..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/util/object_manager.cc

    r5795 r5968  
    6262    list<BaseObject*>::const_iterator node;
    6363    for (node = objectList->begin(); node != objectList->end(); node++)
    64     {
    65       printf("1:::%s\n", (*node)->getName());
    6664      if ((dynamic_cast<PNode*>(*node)->getAbsCoor() - center.getAbsCoor()).len() < radius)
    67       {
    6865        newList->push_back(dynamic_cast<WorldEntity*>(*node));
    69         printf("%s\n",(*node)->getName());
    70       }
    71     }
    7266    return newList;
    7367  }
Note: See TracChangeset for help on using the changeset viewer.