Changeset 2910 for code/trunk/src/orxonox/objects/quest/CompleteQuest.cc
- Timestamp:
- Apr 8, 2009, 1:36:05 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/objects/quest/CompleteQuest.cc
r2909 r2910 28 28 29 29 /** 30 @file CompleteQuest.cc30 @file 31 31 @brief Implementation of the CompleteQuest class. 32 32 */ … … 96 96 try 97 97 { 98 quest = QuestManager:: getInstance().findQuest(this->getQuestId());98 quest = QuestManager::findQuest(this->getQuestId()); 99 99 if(quest == NULL || !quest->complete(player)) 100 100 {
Note: See TracChangeset
for help on using the changeset viewer.