Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5078 in orxonox.OLD for trunk/src/story_entities/world.cc


Ignore:
Timestamp:
Aug 19, 2005, 5:02:38 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: Shell is running, but only in orxonox-world, not all-over
I do not know why this behaviour occurs, but maybe it is because of some errors in other pointers…
who knows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/world.cc

    r5055 r5078  
    115115World::~World ()
    116116{
     117  delete Shell::getInstance();
    117118  PRINTF(3)("World::~World() - deleting current world\n");
    118119
     
    130131
    131132  // external engines initialized by the orxonox-class get deleted
    132   TextEngine::getInstance()->flush();
    133133  SoundEngine::getInstance()->flushAllBuffers();
    134134  SoundEngine::getInstance()->flushAllSources();
     
    195195
    196196  /* init the world interface */
     197  Shell::getInstance();
    197198
    198199  LightManager::getInstance();
Note: See TracChangeset for help on using the changeset viewer.