- Timestamp:
- Dec 5, 2008, 7:38:53 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/questsystem3/src/orxonox/objects/quest/QuestHint.cc
r2261 r2346 41 41 #include "orxonox/objects/infos/PlayerInfo.h" 42 42 #include "QuestManager.h" 43 #include "QuestDescription.h" 43 44 #include "Quest.h" 44 45 … … 122 123 { 123 124 this->playerStatus_[player] = questHintStatus::active; 125 126 this->getDescription()->sendAddHintNotification(); 124 127 return true; 125 128 }
Note: See TracChangeset
for help on using the changeset viewer.