Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3225 in orxonox.OLD for orxonox/trunk/src/campaign.cc


Ignore:
Timestamp:
Dec 20, 2004, 12:23:58 AM (21 years ago)
Author:
patrick
Message:

/orxonox/trunk: unstable - added many comments and now redefinit all function/variable names with underline

File:
1 edited

Legend:

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

    r3222 r3225  
    104104      if( ( nextWorldID == WORLD_ID_GAMEEND) ||( se == NULL) )
    105105        {
    106           printf("Campaign::start() - quiting campaing story loop\n");
     106          printf("Campaign::start() - quitting campaing story loop\n");
    107107          if(se != NULL)
    108108            delete se;
     
    148148}
    149149
     150/*
     151  \brief this changes to the next level
     152*/
    150153void Campaign::nextLevel()
    151154{
     
    157160}
    158161
     162/*
     163  \brief change to the previous level - not implemented
     164
     165  this propably useless
     166*/
    159167void Campaign::previousLevel()
    160168{}
    161169
    162170
     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*/
    163176StoryEntity* Campaign::getStoryEntity(int storyID)
    164177{
Note: See TracChangeset for help on using the changeset viewer.