Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Sep 19, 2005, 12:31:56 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: Shell no more singleton, and ShellInput is now derive from Text correctly

File:
1 edited

Legend:

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

    r5205 r5206  
    119119World::~World ()
    120120{
    121   delete Shell::getInstance();
     121  delete this->shell;
    122122  PRINTF(3)("World::~World() - deleting current world\n");
    123123
     
    200200
    201201  /* init the world interface */
    202   Shell::getInstance();
     202  this->shell = new Shell();
    203203
    204204  LightManager::getInstance();
Note: See TracChangeset for help on using the changeset viewer.