Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 15, 2005, 2:14:53 AM (18 years ago)
Author:
bensch
Message:

orxonox/branches/objectmanager: all the WorldEntities regigister/unregister ath the ObjectManager as they should

File:
1 edited

Legend:

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

    r6122 r6123  
    134134  {
    135135    PRINT(0)(" +ObjectManager-LIST: '%s'-size='%d'-----\n", ObjectManager::OMListToString((OM_LIST)omList), this->objectLists[omList].size());
    136     if (level > 1)
     136  //  if (level >= 1)
    137137    {
    138138      std::list<WorldEntity*>::const_iterator entity;
Note: See TracChangeset for help on using the changeset viewer.