Changeset 5894 in orxonox.OLD for branches/spaceshipcontrol/src/story_entities/world.cc
- Timestamp:
- Dec 3, 2005, 4:47:34 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/spaceshipcontrol/src/story_entities/world.cc
r5892 r5894 214 214 215 215 AnimationPlayer::getInstance(); // initializes the animationPlayer 216 ParticleEngine::getInstance(); 216 217 PhysicsEngine::getInstance(); 217 218 … … 345 346 LoadParamXML(root, "LightManager", LightManager::getInstance(), LightManager, loadParams); 346 347 347 //LoadParamXML(root, "ParticleEngine", ParticleEngine::getInstance(), ParticleEngine, loadParams);348 LoadParamXML(root, "ParticleEngine", ParticleEngine::getInstance(), ParticleEngine, loadParams); 348 349 // LoadParamXML(root, "PhysicsEngine", PhysicsEngine::getInstance(), PhysicsEngine, loadParams); 349 350
Note: See TracChangeset
for help on using the changeset viewer.