Changeset 2093 for code/trunk/src/orxonox/objects/quest/AddQuest.cc
- Timestamp:
- Nov 1, 2008, 9:03:51 PM (17 years ago)
- File:
-
- 1 edited
-
code/trunk/src/orxonox/objects/quest/AddQuest.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/objects/quest/AddQuest.cc
r2092 r2093 78 78 try 79 79 { 80 Quest* quest = QuestManager::findQuest(this->getQuestId());81 if(!quest->start(player))82 {83 return false;84 }85 }86 catch(const orxonox::Exception& ex)87 {80 Quest* quest = QuestManager::findQuest(this->getQuestId()); 81 if(!quest->start(player)) 82 { 83 return false; 84 } 85 } 86 catch(const orxonox::Exception& ex) 87 { 88 88 COUT(2) << ex.getFullDescription() << std::endl; 89 89 return false; 90 }90 } 91 91 92 return true;92 return true; 93 93 } 94 94
Note: See TracChangeset
for help on using the changeset viewer.










