- Timestamp:
- Sep 26, 2009, 10:21:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/src/modules/questsystem/QuestManager.cc
r5755 r5800 76 76 for(std::map<PlayerInfo*, QuestGUI*>::iterator it = this->questGUIs_.begin(); it != this->questGUIs_.end(); it++) 77 77 { 78 delete (*it).second;78 (*it).second->destroy(); 79 79 } 80 80 this->questGUIs_.clear();
Note: See TracChangeset
for help on using the changeset viewer.