Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 29, 2005, 2:10:40 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: ok, Gravity, and PhysicalConnection loadable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/physics/physics_engine.cc

    r4730 r4731  
    6060  const TiXmlElement* element = NULL;
    6161
    62   PRINTF(0)("Loading Physical Fields\n");
     62  PRINTF(4)("Loading Physical Fields\n");
    6363  element = root->FirstChildElement("Fields");
    64   printf("PPPPPOOOOINNNTERRRR: %p\n", element);
    6564  element = element->FirstChildElement();
    66   printf("PPPPPOOOOINNNTERRRR: %p\n", element);
    6765  while (element != NULL)
    6866  {
    69     Factory::getFirst()->fabricate(element)->getName();
     67    Factory::getFirst()->fabricate(element);
    7068
    7169    element = element->NextSiblingElement();
     
    7371  element = NULL;
    7472
    75   PRINTF(0)("Loading Physical Connections\n");
     73  PRINTF(4)("Loading Physical Connections\n");
    7674  element = root->FirstChildElement("Connections");
    7775  element = element->FirstChildElement();
Note: See TracChangeset for help on using the changeset viewer.