Changeset 8842 for code/branches/ai2/src/modules/questsystem/QuestItem.h
- Timestamp:
- Aug 14, 2011, 1:45:06 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ai2/src/modules/questsystem/QuestItem.h
r7552 r8842 105 105 QuestDescription* description_; //!< The QuestDescription of the QuestItem. 106 106 107 bool registered_; 107 bool registered_; //!< Whether the QuestItem is registered with the QuestManager. 108 108 109 109 };
Note: See TracChangeset
for help on using the changeset viewer.