Changeset 2860 in orxonox.OLD for orxonox/branches/dave/src/campaign.cc
- Timestamp:
- Nov 15, 2004, 11:13:21 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/dave/src/campaign.cc
r2636 r2860 27 27 Campaign::Campaign () 28 28 { 29 this->entities = new List <StoryEntity>();29 this->entities = new ListTemplate<StoryEntity>(); 30 30 this->isInit = false; 31 31 } … … 144 144 StoryEntity* Campaign::getStoryEntity(Uint32 storyID) 145 145 { 146 List <StoryEntity>* l;146 ListTemplate<StoryEntity>* l; 147 147 StoryEntity* entity; 148 148 l = this->entities->get_next();
Note: See TracChangeset
for help on using the changeset viewer.