Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5098 in orxonox.OLD for trunk


Ignore:
Timestamp:
Aug 22, 2005, 12:17:58 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: reverted the steps taken in Revision 5095
The error seems to come from somewhere else…

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/orxonox.cc

    r5096 r5098  
    8080Orxonox::~Orxonox ()
    8181{
    82   delete Shell::getInstance();
    8382  delete GraphicsEngine::getInstance(); // deleting the Graphics
    8483  delete TextEngine::getInstance();
     
    258257int Orxonox::initMisc()
    259258{
    260   Shell::getInstance();
    261259  return 0;
    262260}
  • trunk/src/story_entities/world.cc

    r5096 r5098  
    115115World::~World ()
    116116{
     117  delete Shell::getInstance();
    117118  PRINTF(3)("World::~World() - deleting current world\n");
    118119
     
    194195
    195196  /* init the world interface */
     197  Shell::getInstance();
    196198
    197199  LightManager::getInstance();
Note: See TracChangeset for help on using the changeset viewer.