Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6978 in orxonox.OLD


Ignore:
Timestamp:
Feb 2, 2006, 12:16:41 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: loads the stuff

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile.am

    r6873 r6978  
    6161                lib/particles/sprite_particles.cc \
    6262                lib/particles/plane_emitter.cc \
     63                lib/graphics/effects/fog_effect.cc \
     64                lib/graphics/effects/lense_flare.cc \
    6365                \
    6466                subprojects/benchmark.cc
  • trunk/src/lib/graphics/graphics_engine.cc

    r6977 r6978  
    707707void GraphicsEngine::loadGraphicsEffectXML(const TiXmlElement* root)
    708708{
    709   const TiXmlElement* element = root->FirstChildElement();
    710 
    711   while (element != NULL)
     709  LOAD_PARAM_START_CYCLE(root, element);
    712710  {
    713711    PRINTF(0)("element is: %s\n", element->Value());
    714712    Factory::fabricate(element);
    715 
    716     element = element->NextSiblingElement();
    717   }
     713  }
     714  LOAD_PARAM_END_CYCLE(element);
    718715}
    719716
Note: See TracChangeset for help on using the changeset viewer.