Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9387 in orxonox.OLD for branches/proxy/src/util


Ignore:
Timestamp:
Jul 21, 2006, 1:43:27 PM (18 years ago)
Author:
patrick
Message:

bringing the max connection stuff down

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/util/game_rules.cc

    r9357 r9387  
    5050  BaseObject::loadParams(root);
    5151
    52   PRINTF(0)("GameRules::loadParams(...) hit me\n");
    5352  LoadParamXML(root, "MissionGoal", this, GameRules, loadMissionGoal)
    5453      .describe("an XML-Element to load the missions from");
     
    5958void GameRules::loadMissionGoal(const TiXmlElement* root)
    6059{
    61   PRINTF(0)("Trying to load MissionGoals\n");
     60  PRINTF(4)("Trying to load MissionGoals\n");
    6261  const TiXmlElement* element = root->FirstChildElement();
    6362  while( element != NULL)
     
    9190    return;
    9291
    93   PRINTF(0)("Received Event: Kill\n");
     92  PRINTF(4)("Received Event: Kill\n");
    9493
    9594  this->killList.push_back( kill );
Note: See TracChangeset for help on using the changeset viewer.