Changeset 6122 in orxonox.OLD for branches/objectmanager/src/util
- Timestamp:
 - Dec 15, 2005, 1:47:28 AM (20 years ago)
 - File:
 - 
          
- 1 edited
 
- 
          branches/objectmanager/src/util/object_manager.cc (modified) (3 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
branches/objectmanager/src/util/object_manager.cc
r6121 r6122 133 133 if (omList != OM_INIT || omList == OM_SIZE) 134 134 { 135 PRINT(0)(" +ObjectManager-LIST: '%s'-size='%d'-----\n", ObjectManager::OMListToString((OM_LIST) omList), this->objectLists[omList].size());135 PRINT(0)(" +ObjectManager-LIST: '%s'-size='%d'-----\n", ObjectManager::OMListToString((OM_LIST)omList), this->objectLists[omList].size()); 136 136 if (level > 1) 137 137 { … … 178 178 return "===invalid==="; 179 179 180 printf("%d\n", omList); 180 181 return ObjectManager::objectManagerListNames[omList]; 181 182 } … … 205 206 "null", 206 207 "dead", 207 "dead-tick" 208 "dead-tick", 208 209 "environ-notick", 209 210 "environ",  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






