Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jul 12, 2005, 12:09:04 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: Element2D added → will be moved to lib/graphics afterwards
ProtoClass update
EventListeners do not have to be unsubscribed externally, but still one listener won't unsubscribe

File:
1 edited

Legend:

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

    r4837 r4838  
    169169
    170170/**
    171   *  remove the World from memory
     171 *  remove the World from memory
    172172
    173173    delete everything explicitly, that isn't contained in the parenting tree!
    174174    things contained in the tree are deleted automaticaly
    175 */
     175 */
    176176World::~World ()
    177177{
     
    179179
    180180  ParticleEngine::getInstance()->debug();
    181 
    182   EventHandler::getInstance()->unsubscribe(this->localPlayer);
    183181
    184182  delete WorldInterface::getInstance();
Note: See TracChangeset for help on using the changeset viewer.