Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Sep 11, 2005, 10:30:38 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: ShellBuffer is extern to Shell now… (But NOT used in Shell yet)

File:
1 edited

Legend:

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

    r5117 r5174  
    3939#include "text_engine.h"
    4040#include "load_param.h"
     41#include "shell.h"
    4142
    4243#include "track_manager.h"
     
    115116World::~World ()
    116117{
    117   delete Shell::getInstance();
     118  delete ShellBuffer::getInstance();
    118119  PRINTF(3)("World::~World() - deleting current world\n");
    119120
     
    195196
    196197  /* init the world interface */
    197   Shell::getInstance();
     198  ShellBuffer::getInstance();
    198199
    199200  LightManager::getInstance();
Note: See TracChangeset for help on using the changeset viewer.