Changeset 9387 in orxonox.OLD for branches/proxy/src/util
- Timestamp:
- Jul 21, 2006, 1:43:27 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/util/game_rules.cc
r9357 r9387 50 50 BaseObject::loadParams(root); 51 51 52 PRINTF(0)("GameRules::loadParams(...) hit me\n");53 52 LoadParamXML(root, "MissionGoal", this, GameRules, loadMissionGoal) 54 53 .describe("an XML-Element to load the missions from"); … … 59 58 void GameRules::loadMissionGoal(const TiXmlElement* root) 60 59 { 61 PRINTF( 0)("Trying to load MissionGoals\n");60 PRINTF(4)("Trying to load MissionGoals\n"); 62 61 const TiXmlElement* element = root->FirstChildElement(); 63 62 while( element != NULL) … … 91 90 return; 92 91 93 PRINTF( 0)("Received Event: Kill\n");92 PRINTF(4)("Received Event: Kill\n"); 94 93 95 94 this->killList.push_back( kill );
Note: See TracChangeset
for help on using the changeset viewer.