- Timestamp:
- May 20, 2010, 10:36:48 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation3/src/modules/questsystem/QuestHint.cc
r6940 r6945 73 73 QuestManager::getInstance().registerHint(this); //!< Registers the QuestHint with the QuestManager. 74 74 75 COUT( 3) << "New QuestHint {" << this->getId() << "} created." << std::endl;75 COUT(4) << "New QuestHint {" << this->getId() << "} created." << std::endl; 76 76 } 77 77 … … 126 126 else 127 127 { 128 COUT( 2) << "An already active questHint was trying to get activated." << std::endl;128 COUT(4) << "An already active questHint was trying to get activated." << std::endl; 129 129 return false; 130 130 } 131 131 } 132 132 133 COUT( 2) << "A hint of a non-active quest was trying to get activated." << std::endl;133 COUT(4) << "A hint of a non-active quest was trying to get activated." << std::endl; 134 134 return false; 135 135 }
Note: See TracChangeset
for help on using the changeset viewer.