Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5300 in orxonox.OLD for trunk/src/story_entities


Ignore:
Timestamp:
Oct 7, 2005, 1:59:44 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: even less debug-info

File:
1 edited

Legend:

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

    r5292 r5300  
    4343  this->setClassID(CL_CAMPAIGN, "Campaign");
    4444
    45   PRINTF(3)("Loading Campaign...\n");
     45  PRINTF(4)("Loading Campaign...\n");
    4646
    4747  assert( root != NULL);
     
    9292  while( element != NULL)
    9393  {
    94     printf("Campaign: Constructor: adding a world\n");
     94    PRINTF(5)("Campaign: Constructor: adding a world\n");
    9595    StoryEntity* created = (StoryEntity*) GameLoader::getInstance()->fabricate(element);
    9696      /*
Note: See TracChangeset for help on using the changeset viewer.