Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7488 in orxonox.OLD for trunk/src/util/game_rules.cc


Ignore:
Timestamp:
May 3, 2006, 12:03:47 AM (19 years ago)
Author:
patrick
Message:

orxonox: mission manager less verbose and more secure now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/game_rules.cc

    r7462 r7488  
    6060  while( element != NULL)
    6161  {
    62     PRINTF(2)("============ MissionGoal\n");
    63     PRINTF(2)("Adding Mission Goal:%s\n", element->Value());
     62    PRINTF(4)("============ MissionGoal\n");
     63    PRINTF(4)("Adding Mission Goal:%s\n", element->Value());
    6464    BaseObject* created = Factory::fabricate(element);
    6565    if (created != NULL /*&& created->isA(CL_GAME_RULES)*/)
Note: See TracChangeset for help on using the changeset viewer.