Changeset 5652 in orxonox.OLD for trunk/src/story_entities/campaign.cc
- Timestamp:
- Nov 20, 2005, 6:32:39 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/campaign.cc
r5651 r5652 75 75 static_cast<BaseObject*>(this)->loadParams(root); 76 76 77 //LoadParam<Campaign>(root, "identifier", this, &Campaign::setStoryID)78 77 LoadParamNEW(root, "identifier", this, Campaign, setStoryID) 79 78 .describe("A Unique Identifier for this Campaign"); 80 79 81 // LoadParam<Campaign>(root, "WorldList", this, &Campaign::loadWorldListParams)82 80 LoadParamXML(root, "WorldList", this, Campaign, loadWorldListParams) 83 81 .describe("A List of Worlds to be loaded in this Campaign");
Note: See TracChangeset
for help on using the changeset viewer.