Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 31, 2005, 4:11:34 PM (18 years ago)
Author:
patrick
Message:

network: load param is now processed correctly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/story_entities/campaign.cc

    r6374 r6376  
    6565void Campaign::loadParams(const TiXmlElement* root)
    6666{
    67   static_cast<BaseObject*>(this)->loadParams(root);
    68 
    69   LoadParam(root, "identifier", this, Campaign, setStoryID)
    70   .describe("A Unique Identifier for this Campaign");
     67  static_cast<StoryEntity*>(this)->loadParams(root);
    7168
    7269  LoadParamXML(root, "WorldList", this, Campaign, loadWorldListParams)
    7370  .describe("A List of Worlds to be loaded in this Campaign");
     71
     72  PRINTF(4)("Loaded Campaign specific stuff\n");
    7473}
    7574
Note: See TracChangeset for help on using the changeset viewer.