Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5096 in orxonox.OLD for trunk/src/story_entities


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

orxonox/trunk: The Shell now is able to be initialized by orxonox.cc, not World anymore.
The error, i was looking for laid in Element2D, where some values did not point to NULL at the beginning… this was quite stupid indeed

File:
1 edited

Legend:

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

    r5087 r5096  
    115115World::~World ()
    116116{
    117   delete Shell::getInstance();
    118117  PRINTF(3)("World::~World() - deleting current world\n");
    119118
     
    195194
    196195  /* init the world interface */
    197   Shell::getInstance();
    198196
    199197  LightManager::getInstance();
Note: See TracChangeset for help on using the changeset viewer.