Changeset 3231 in orxonox.OLD for orxonox/trunk/src/campaign.cc
- Timestamp:
- Dec 20, 2004, 12:49:07 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/campaign.cc
r3225 r3231 181 181 ListTemplate<StoryEntity>* l; 182 182 StoryEntity* entity = NULL; 183 l = this->entities->get _next();183 l = this->entities->getNext(); 184 184 while( l != NULL) 185 185 { 186 entity = l->get _object();187 l = l->get _next();186 entity = l->getObject(); 187 l = l->getNext(); 188 188 int id = entity->getStoryID(); 189 189 //printf("Campaing::getStoryEntity() - now looping, found entity nr=%i\n", id);
Note: See TracChangeset
for help on using the changeset viewer.