Changeset 5292 in orxonox.OLD for trunk/src/story_entities/world.cc
- Timestamp:
- Oct 7, 2005, 12:26:17 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/world.cc
r5266 r5292 142 142 // erease everything that is left. 143 143 delete NullParent::getInstance(); 144 144 delete NullParent::getInstance(); 145 145 146 146 // unload the resources !! 147 ResourceManager::getInstance()->unload(this->music);148 147 ResourceManager::getInstance()->unloadAllByPriority(RP_LEVEL); 148 149 150 EventHandler::getInstance()->debug(); 151 ClassList::debug(CL_PARENT_NODE, 3); 152 // exit(-1); 149 153 150 154 delete[] this->path;
Note: See TracChangeset
for help on using the changeset viewer.