Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jul 12, 2005, 3:11:57 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: derivation of superclasses is more clear now. lets see, if this will hold out for some time (about 115 classes long)

File:
1 edited

Legend:

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

    r4836 r4837  
    183183
    184184  delete WorldInterface::getInstance();
     185  delete this->entities;
    185186  delete NullParent::getInstance();
    186   delete this->entities;
    187187  State::setWorldEntityList(NULL);
    188188
     
    10891089  this->draw();
    10901090  // draw HUD
    1091   /* @todo draw HUD */
     1091  /** @todo draw HUD */
    10921092  // flip buffers
    10931093  GraphicsEngine::swapBuffers();
Note: See TracChangeset for help on using the changeset viewer.