Changeset 7948 in orxonox.OLD for branches/cr/src/story_entities
- Timestamp:
- May 29, 2006, 1:35:35 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cr/src/story_entities/game_world.cc
r7947 r7948 136 136 AnimationPlayer::getInstance(); 137 137 PhysicsEngine::getInstance(); 138 138 CREngine::getInstance(); 139 139 } 140 140 … … 199 199 delete AnimationPlayer::getInstance(); 200 200 delete PhysicsEngine::getInstance(); 201 delete CREngine::getInstance(); 201 202 202 203 State::setCurrentStoryEntity(NULL);
Note: See TracChangeset
for help on using the changeset viewer.