Changeset 5300 in orxonox.OLD for trunk/src/story_entities
- Timestamp:
- Oct 7, 2005, 1:59:44 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/campaign.cc
r5292 r5300 43 43 this->setClassID(CL_CAMPAIGN, "Campaign"); 44 44 45 PRINTF( 3)("Loading Campaign...\n");45 PRINTF(4)("Loading Campaign...\n"); 46 46 47 47 assert( root != NULL); … … 92 92 while( element != NULL) 93 93 { 94 printf("Campaign: Constructor: adding a world\n");94 PRINTF(5)("Campaign: Constructor: adding a world\n"); 95 95 StoryEntity* created = (StoryEntity*) GameLoader::getInstance()->fabricate(element); 96 96 /*
Note: See TracChangeset
for help on using the changeset viewer.