Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Sep 11, 2005, 11:21:56 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: cleaner outtakes of the ShellBuffer

File:
1 edited

Legend:

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

    r5174 r5175  
    116116World::~World ()
    117117{
    118   delete ShellBuffer::getInstance();
     118  delete Shell::getInstance();
    119119  PRINTF(3)("World::~World() - deleting current world\n");
    120120
     
    196196
    197197  /* init the world interface */
    198   ShellBuffer::getInstance();
     198  Shell::getInstance();
    199199
    200200  LightManager::getInstance();
Note: See TracChangeset for help on using the changeset viewer.