Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jan 31, 2006, 1:49:04 AM (18 years ago)
Author:
patrick
Message:

trunk: now working with element2d only, game always returns to menu in singleplayer

File:
1 edited

Legend:

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

    r6853 r6878  
    4242  this->description = NULL;
    4343  this->menuItemImage = NULL;
     44  this->menuScreenshoot = NULL;
    4445  this->nextStoryID = WORLD_ID_GAMEEND;
    4546  this->bMenuEntry = false;
     
    7778      .describe("If this entry is 1, the world is contained in the SimpleGameMenu");
    7879
    79   LoadParam(root, "menu-screenshoot", this, StoryEntity, setMenuScreenshoot)
     80  LoadParam(root, "screenshoot", this, StoryEntity, setMenuScreenshoot)
    8081      .describe("If this entry is 1, the world is contained in the SimpleGameMenu");
    8182
Note: See TracChangeset for help on using the changeset viewer.