Changeset 3349 for code/branches/resource/src/orxonox/objects
- Timestamp:
- Jul 25, 2009, 2:14:05 PM (15 years ago)
- Location:
- code/branches/resource/src/orxonox/objects/quest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/resource/src/orxonox/objects/quest/QuestListener.cc
r3280 r3349 81 81 /** 82 82 @brief 83 Makes all QuestListener in the list aware that a certain status change has occur ed and executes them if the status change affects them.83 Makes all QuestListener in the list aware that a certain status change has occurred and executes them if the status change affects them. 84 84 @param listeners 85 85 The list of QuestListeners that have to be made aware of the status change. … … 182 182 else 183 183 { 184 COUT(1) << "An unforseen, never to happen, Error has occur ed. This is impossible!" << std::endl;184 COUT(1) << "An unforseen, never to happen, Error has occurred. This is impossible!" << std::endl; 185 185 return ""; 186 186 } -
code/branches/resource/src/orxonox/objects/quest/QuestManager.cc
r3337 r3349 323 323 { 324 324 container->status = ""; 325 COUT(1) << "An error occur ed. A Quest of un-specified status wanted to be displayed." << std::endl;325 COUT(1) << "An error occurred. A Quest of un-specified status wanted to be displayed." << std::endl; 326 326 } 327 327
Note: See TracChangeset
for help on using the changeset viewer.