Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 26, 2009, 10:21:26 PM (15 years ago)
Author:
landauf
Message:

replaced delete with destroy() in modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core5/src/modules/questsystem/QuestManager.cc

    r5755 r5800  
    7676        for(std::map<PlayerInfo*, QuestGUI*>::iterator it = this->questGUIs_.begin(); it != this->questGUIs_.end(); it++)
    7777        {
    78             delete (*it).second;
     78            (*it).second->destroy();
    7979        }
    8080        this->questGUIs_.clear();
Note: See TracChangeset for help on using the changeset viewer.