Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3231 in orxonox.OLD for orxonox/trunk/src/campaign.cc


Ignore:
Timestamp:
Dec 20, 2004, 12:49:07 AM (21 years ago)
Author:
bensch
Message:

orxonox/trunk: iniparser, collision fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/campaign.cc

    r3225 r3231  
    181181  ListTemplate<StoryEntity>* l;
    182182  StoryEntity* entity = NULL;
    183   l = this->entities->get_next(); 
     183  l = this->entities->getNext(); 
    184184  while( l != NULL)
    185185    {
    186       entity = l->get_object();
    187       l = l->get_next();
     186      entity = l->getObject();
     187      l = l->getNext();
    188188      int id = entity->getStoryID();
    189189      //printf("Campaing::getStoryEntity() - now looping, found entity nr=%i\n", id);
Note: See TracChangeset for help on using the changeset viewer.