Changeset 6906 for code/trunk/src/modules/questsystem
- Timestamp:
- May 17, 2010, 1:22:26 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/questsystem/QuestEffectBeacon.cc
r6859 r6906 99 99 bool QuestEffectBeacon::execute(bool b, BaseObject* trigger) 100 100 { 101 //TODO: Remove debug output.102 COUT(1) << "Debug: Calling execute on QuestEffectBeacon." << std::endl;103 104 101 if(!b) 105 102 { … … 108 105 if(!(this->isActive())) //!< If the QuestEffectBeacon is inactive it cannot be executed. 109 106 { 110 COUT( 3) << "The QuestEffectBeacon is inactive." << std::endl;107 COUT(4) << "The QuestEffectBeacon is inactive." << std::endl; 111 108 return false; 112 109 }
Note: See TracChangeset
for help on using the changeset viewer.