Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Aug 22, 2005, 12:01:04 AM (20 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/orxonox.cc

    r5078 r5096  
    8080Orxonox::~Orxonox ()
    8181{
     82  delete Shell::getInstance();
    8283  delete GraphicsEngine::getInstance(); // deleting the Graphics
    8384  delete TextEngine::getInstance();
     
    257258int Orxonox::initMisc()
    258259{
     260  Shell::getInstance();
    259261  return 0;
    260262}
Note: See TracChangeset for help on using the changeset viewer.