Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7370 in orxonox.OLD for trunk/src/util/object_manager.cc


Ignore:
Timestamp:
Apr 26, 2006, 1:31:01 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: drawLists/tickLists are used, and made some TiXmlElement to const TiXmlElement, also fixed some bugs in the loadWorldEntities-functions from Gameworld and SipleGameMenu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/object_manager.cc

    r7368 r7370  
    133133  //  if (level >= 1)
    134134    {
    135       std::list<WorldEntity*>::const_iterator entity;
     135      ObjectManager::EntityList::const_iterator entity;
    136136      for (entity = this->objectLists[omList].begin(); entity != this->objectLists[omList].end(); entity++)
    137137      {
Note: See TracChangeset for help on using the changeset viewer.