Changeset 10010 in orxonox.OLD for branches/coll_rect.merge/src/story_entities/game_world.cc
- Timestamp:
- Dec 4, 2006, 4:39:45 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/coll_rect.merge/src/story_entities/game_world.cc
r9869 r10010 136 136 AnimationPlayer::getInstance(); 137 137 PhysicsEngine::getInstance(); 138 C REngine::getInstance();138 CoRe::CREngine::getInstance(); 139 139 140 140 State::setScriptManager(&this->scriptManager); … … 219 219 delete AnimationPlayer::getInstance(); 220 220 delete PhysicsEngine::getInstance(); 221 delete C REngine::getInstance();221 delete CoRe::CREngine::getInstance(); 222 222 223 223 State::setCurrentStoryEntity(NULL); … … 494 494 void GameWorld::collisionReaction() 495 495 { 496 C REngine::getInstance()->handleCollisions();496 CoRe::CREngine::getInstance()->handleCollisions(); 497 497 } 498 498
Note: See TracChangeset
for help on using the changeset viewer.