Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5115 in orxonox.OLD for trunk/src/story_entities/campaign.cc


Ignore:
Timestamp:
Aug 24, 2005, 1:30:13 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: reimplemented the list functions, as i did before in revision 5110.
This time, i looked out for the bugs, and i think i found one

@patrick: i know, that you do not want to code at the moment… :/ → see mail

File:
1 edited

Legend:

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

    r5111 r5115  
    154154    */
    155155    tIterator<StoryEntity>* it = this->entities->getIterator();
    156     se = it->nextElement();
     156    se = it->firstElement();
    157157    while( se != NULL)
    158158    {
     
    284284
    285285  tIterator<StoryEntity>* iterator = this->entities->getIterator();
    286   StoryEntity* entity = iterator->nextElement();
     286  StoryEntity* entity = iterator->firstElement();
    287287  while( entity != NULL)
    288288    {
Note: See TracChangeset for help on using the changeset viewer.