Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 10, 2007, 4:29:00 PM (17 years ago)
Author:
hejja
Message:

more

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/src/world_entities/questGUI/quest.cc

    r10167 r10222  
    8585   LoadParam(root, "quest-difficulty", this, Quest, setQuestDifficulty)
    8686       .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");
    8789   LoadParam(root, "reward-description", this, Quest, setRewardDescription)
    8890       .describe("sets the description of a reward");
Note: See TracChangeset for help on using the changeset viewer.