Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


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…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.