Changeset 6389 in orxonox.OLD
- Timestamp:
- Jan 2, 2006, 11:36:44 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/story_entities/campaign.cc
r6387 r6389 173 173 while( !this->storyEntities.empty()) 174 174 { 175 StoryEntity* bo = this->storyEntities.front(); 175 StoryEntity* bo = this->storyEntities.back(); 176 this->storyEntities.pop_back(); 176 177 PRINTF(0)("CampaignData is been deleted: nr %i\n", bo->getStoryID()); 177 178 delete bo;
Note: See TracChangeset
for help on using the changeset viewer.