Changeset 10222 in orxonox.OLD for branches/gui/src/world_entities/questGUI/quest.cc
- Timestamp:
- Jan 10, 2007, 4:29:00 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/world_entities/questGUI/quest.cc
r10167 r10222 85 85 LoadParam(root, "quest-difficulty", this, Quest, setQuestDifficulty) 86 86 .describe("sets the difficulty of a quest"); 87 LoadParam(root, "quest-persons", this, Quest, setQuestPersons) 88 .describe("sets the number of persons needed for a quest"); 87 89 LoadParam(root, "reward-description", this, Quest, setRewardDescription) 88 90 .describe("sets the description of a reward");
Note: See TracChangeset
for help on using the changeset viewer.