- Timestamp:
- Oct 7, 2005, 12:26:17 AM (19 years ago)
- Location:
- trunk/src/story_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/campaign.cc
r5216 r5292 114 114 } 115 115 116 116 //! @todo boky -> fix it 117 117 ErrorMessage Campaign::start(int storyID = 0) 118 118 { -
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.