Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4725 in orxonox.OLD for orxonox/trunk/src/util/loading/factory.cc


Ignore:
Timestamp:
Jun 28, 2005, 8:51:49 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: more load-params for Particles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/util/loading/factory.cc

    r4597 r4725  
    8484void Factory::initialize()
    8585{
    86   GameLoader* gl = GameLoader::getInstance();
    87   gl->registerFactory( this);
     86#ifdef IS_ORXONOX
     87  GameLoader::getInstance()->registerFactory( this);
     88#endif /* IS_ORXONOX */
    8889}
    8990
Note: See TracChangeset for help on using the changeset viewer.