Changeset 3225 in orxonox.OLD for orxonox/trunk/src/campaign.cc
- Timestamp:
- Dec 20, 2004, 12:23:58 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/campaign.cc
r3222 r3225 104 104 if( ( nextWorldID == WORLD_ID_GAMEEND) ||( se == NULL) ) 105 105 { 106 printf("Campaign::start() - quit ing campaing story loop\n");106 printf("Campaign::start() - quitting campaing story loop\n"); 107 107 if(se != NULL) 108 108 delete se; … … 148 148 } 149 149 150 /* 151 \brief this changes to the next level 152 */ 150 153 void Campaign::nextLevel() 151 154 { … … 157 160 } 158 161 162 /* 163 \brief change to the previous level - not implemented 164 165 this propably useless 166 */ 159 167 void Campaign::previousLevel() 160 168 {} 161 169 162 170 171 /* 172 \brief lookup a entity with a given id 173 \param story id to be lookuped 174 \returns the entity found or NULL if search ended without match 175 */ 163 176 StoryEntity* Campaign::getStoryEntity(int storyID) 164 177 {
Note: See TracChangeset
for help on using the changeset viewer.