Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 23, 2006, 3:48:03 PM (18 years ago)
Author:
bensch
Message:

orxonox/new_class_id: storing works better now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/util/loading/new_resource_manager.cc

    r9792 r9793  
    6464    type->setID(this->_resourceTypes.size());
    6565    this->_resourceTypes.push_back(type);
     66    PRINTF(5)("ResourceType '%s' with ID %d added\n", type->storedClassName().c_str(), type->id());
    6667  }
    6768}
     
    113114  std::vector<Resources::Type*>::const_iterator it;
    114115  for (it = this->_resourceTypes.begin(); it != this->_resourceTypes.end(); ++it)
    115     PRINT(0)("ResourceType '%s'\n", (*it)->storedClassName().c_str());
     116    (*it)->debug();
    116117
    117118  PRINT(0)("==================================RM==\n");
Note: See TracChangeset for help on using the changeset viewer.