Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6837 in orxonox.OLD for trunk/src/story_entities/story_entity.cc


Ignore:
Timestamp:
Jan 30, 2006, 12:28:03 AM (20 years ago)
Author:
patrick
Message:

trunk: more submenu structure

File:
1 edited

Legend:

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

    r6835 r6837  
    4040
    4141  this->storyID = -1;
     42  this->name = NULL;
    4243  this->nextStoryID = WORLD_ID_GAMEEND;
    4344}
     
    6869      .describe("Sets the name of this StoryEntity");
    6970
     71  LoadParam(root, "description", this, StoryEntity, setDescription)
     72      .describe("Sets the description of this StoryEntity");
     73
     74
    7075  PRINTF(4)("Loaded StoryEntity specific stuff\n");
    7176}
Note: See TracChangeset for help on using the changeset viewer.