Changeset 4599 in orxonox.OLD for orxonox/trunk/src/story_entities
- Timestamp:
- Jun 11, 2005, 3:23:35 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/campaign.cc
r4598 r4599 76 76 LoadParam<Campaign>(root, "identifier", this, &Campaign::setStoryID); 77 77 78 LoadParam<Campaign>(root, "WorldList", this, &Campaign::loadWorldListParams , root->FirstChildElement("WorldList"));78 LoadParam<Campaign>(root, "WorldList", this, &Campaign::loadWorldListParams); 79 79 } 80 80
Note: See TracChangeset
for help on using the changeset viewer.