Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 4, 2006, 1:49:20 AM (18 years ago)
Author:
patrick
Message:

network: working on the last steps, completion is in reach. sadly the world isn't loaded anymore at the moment. continue work later. work flush

File:
1 edited

Legend:

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

    r6402 r6404  
    5858 * @param root: The XML-element to load from
    5959 */
    60 void CampaignData::loadParams(const TiXmlElement* root)
     60void CampaignData::loadData(const TiXmlElement* root)
    6161{
    6262  LoadParamXML(root, "WorldList", this, CampaignData, loadParamsWorldList)
    6363      .describe("A List of Worlds to be loaded in this Campaign");
    64 
    6564}
    6665
Note: See TracChangeset for help on using the changeset viewer.