Changeset 10013 in orxonox.OLD for trunk/src/story_entities
- Timestamp:
- Dec 4, 2006, 6:42:46 PM (18 years ago)
- Location:
- trunk/src/story_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/game_world.cc
r9869 r10013 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 -
trunk/src/story_entities/game_world_data.cc
r9869 r10013 232 232 State::setPlayer(this->localPlayer); 233 233 234 Playable* playable;235 234 if (!Playable::objectList().empty()) 236 235 {
Note: See TracChangeset
for help on using the changeset viewer.