Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7948 in orxonox.OLD for branches/cr/src/story_entities/game_world.cc


Ignore:
Timestamp:
May 29, 2006, 1:35:35 AM (18 years ago)
Author:
patrick
Message:

cr: cr cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cr/src/story_entities/game_world.cc

    r7947 r7948  
    136136  AnimationPlayer::getInstance();
    137137  PhysicsEngine::getInstance();
    138 
     138  CREngine::getInstance();
    139139}
    140140
     
    199199  delete AnimationPlayer::getInstance();
    200200  delete PhysicsEngine::getInstance();
     201  delete CREngine::getInstance();
    201202
    202203  State::setCurrentStoryEntity(NULL);
Note: See TracChangeset for help on using the changeset viewer.