Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4324 in orxonox.OLD for orxonox/trunk/src/story_entities/campaign.cc


Ignore:
Timestamp:
May 27, 2005, 2:13:19 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: added a debug level at the end to be able to experiment a little with new load modules and game ideas

File:
1 edited

Legend:

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

    r4261 r4324  
    110110ErrorMessage Campaign::start(int storyID = 0)
    111111{
    112   printf("World::start() - starting new StoryEntity Nr:%i\n", storyID);
    113112  ErrorMessage errorCode;
    114113  if( !this->isInit) return errorCode;
     
    119118  while( se != NULL && this->running)
    120119    {
     120      PRINTF(0)("Starting new StoryEntity Nr:%i\n", se->getStoryID());
    121121      se->displayLoadScreen();
    122122      se->preLoad();
     
    135135      if( ( nextWorldID == WORLD_ID_GAMEEND) ||( se == NULL) )
    136136        {
    137           printf("Campaign::start() - quitting campaing story loop\n");
     137          PRINTF(0)("Quitting campaing story loop\n");
    138138          if(se != NULL)
    139139            delete se;
Note: See TracChangeset for help on using the changeset viewer.