Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jan 30, 2006, 1:36:43 AM (18 years ago)
Author:
patrick
Message:

trunk: submenu loading work, graphics chaos

File:
1 edited

Legend:

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

    r6839 r6841  
    7373      .describe("If this entry is 1, the world is contained in the SimpleGameMenu");
    7474
     75  LoadParam(root, "menu-item-image", this, StoryEntity, setMenuItemImage)
     76      .describe("If this entry is 1, the world is contained in the SimpleGameMenu");
     77
     78  LoadParam(root, "menu-screenshoot", this, StoryEntity, setMenuScreenshoot)
     79      .describe("If this entry is 1, the world is contained in the SimpleGameMenu");
     80
    7581  PRINTF(4)("Loaded StoryEntity specific stuff\n");
    7682}
Note: See TracChangeset for help on using the changeset viewer.