Changeset 7021 in orxonox.OLD for trunk/src/story_entities
- Timestamp:
- Feb 3, 2006, 4:40:18 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/story_entity.cc
r7010 r7021 162 162 if (root->Value() != NULL && !strcmp(root->Value(), "WorldDataFile")) 163 163 { 164 BaseObject::loadParams(root); 165 164 166 LoadParam(root, "description", this, StoryEntity, setDescription) 165 167 .describe("Sets the description of this StoryEntity");
Note: See TracChangeset
for help on using the changeset viewer.