- Timestamp:
- Aug 14, 2009, 3:07:59 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/libraries/src/orxonox/objects/quest/QuestManager.cc
r5617 r5648 36 36 #include "util/Exception.h" 37 37 #include "core/CoreIncludes.h" 38 #include "core/GUIManager.h" 38 39 39 40 #include "objects/infos/PlayerInfo.h" … … 64 65 QuestManager::~QuestManager() 65 66 { 66 67 67 } 68 68 … … 207 207 QuestContainer* QuestManager::getQuestTree(std::string & name) 208 208 { 209 PlayerInfo* player = this->players_[name];209 PlayerInfo* player = GUIManager::getInstance().getPlayer(name); 210 210 if(player == NULL) 211 211 {
Note: See TracChangeset
for help on using the changeset viewer.