Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jan 29, 2006, 11:59:39 PM (18 years ago)
Author:
patrick
Message:

trunk: resturcture of the game menu for multi-level menus

File:
1 edited

Legend:

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

    r6512 r6835  
    6565      .describe("Sets the ID of the next StoryEntity");
    6666
     67  LoadParam(root, "name", this, StoryEntity, setName)
     68      .describe("Sets the name of this StoryEntity");
     69
    6770  PRINTF(4)("Loaded StoryEntity specific stuff\n");
    6871}
Note: See TracChangeset for help on using the changeset viewer.