Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7021 in orxonox.OLD for trunk/src/story_entities


Ignore:
Timestamp:
Feb 3, 2006, 4:40:18 PM (19 years ago)
Author:
bensch
Message:

trunk: fix centered text and usefull names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/story_entity.cc

    r7010 r7021  
    162162  if (root->Value() != NULL && !strcmp(root->Value(), "WorldDataFile"))
    163163  {
     164    BaseObject::loadParams(root);
     165
    164166    LoadParam(root, "description", this, StoryEntity, setDescription)
    165167    .describe("Sets the description of this StoryEntity");
Note: See TracChangeset for help on using the changeset viewer.