Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5894 in orxonox.OLD for branches/spaceshipcontrol/src/story_entities


Ignore:
Timestamp:
Dec 3, 2005, 4:47:34 PM (19 years ago)
Author:
bensch
Message:

controll: better controll

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/spaceshipcontrol/src/story_entities/world.cc

    r5892 r5894  
    214214
    215215  AnimationPlayer::getInstance(); // initializes the animationPlayer
     216  ParticleEngine::getInstance();
    216217  PhysicsEngine::getInstance();
    217218
     
    345346    LoadParamXML(root, "LightManager", LightManager::getInstance(), LightManager, loadParams);
    346347
    347 //   LoadParamXML(root, "ParticleEngine", ParticleEngine::getInstance(), ParticleEngine, loadParams);
     348   LoadParamXML(root, "ParticleEngine", ParticleEngine::getInstance(), ParticleEngine, loadParams);
    348349//   LoadParamXML(root, "PhysicsEngine", PhysicsEngine::getInstance(), PhysicsEngine, loadParams);
    349350
Note: See TracChangeset for help on using the changeset viewer.