Changeset 7488 in orxonox.OLD for trunk/src/util/game_rules.cc
- Timestamp:
- May 3, 2006, 12:03:47 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/game_rules.cc
r7462 r7488 60 60 while( element != NULL) 61 61 { 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()); 64 64 BaseObject* created = Factory::fabricate(element); 65 65 if (created != NULL /*&& created->isA(CL_GAME_RULES)*/)
Note: See TracChangeset
for help on using the changeset viewer.