- Timestamp:
- Nov 23, 2008, 4:31:36 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/questsystem2/src/orxonox/objects/quest/GlobalQuest.cc
r2226 r2251 30 30 @file GlobalQuest.cc 31 31 @brief 32 32 Implementation of the GlobalQuest class. 33 33 */ 34 34 … … 101 101 } 102 102 103 COUT( 2) << "A non-completable quest was trying to be failed." << std::endl;103 COUT(4) << "A non-completable quest was trying to be failed." << std::endl; 104 104 return false; 105 105 } … … 131 131 } 132 132 133 COUT( 2) << "A non-completable quest was trying to be completed." << std::endl;133 COUT(4) << "A non-completable quest was trying to be completed." << std::endl; 134 134 return false; 135 135 } … … 203 203 } 204 204 205 205 return questStatus::inactive; 206 206 } 207 207
Note: See TracChangeset
for help on using the changeset viewer.