Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Oct 7, 2005, 12:26:17 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: overdone a minor 'BUG' in the NullParent-lib.
this is not a fix but a temporary solution, until PNode is again as the Element2D, where the deleting process is clear already

File:
1 edited

Legend:

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

    r5266 r5292  
    142142  // erease everything that is left.
    143143  delete NullParent::getInstance();
    144 
     144  delete NullParent::getInstance();
    145145
    146146  // unload the resources !!
    147   ResourceManager::getInstance()->unload(this->music);
    148147  ResourceManager::getInstance()->unloadAllByPriority(RP_LEVEL);
     148
     149
     150  EventHandler::getInstance()->debug();
     151  ClassList::debug(CL_PARENT_NODE, 3);
     152//  exit(-1);
    149153
    150154  delete[] this->path;
Note: See TracChangeset for help on using the changeset viewer.