Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 22, 2005, 2:58:20 AM (20 years ago)
Author:
bensch
Message:

orxonox/branches/levelLoader: nicer comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/levelLoader/src/story_entities/world.cc

    r4258 r4259  
    210210  PRINTF0("Creating a World\n");
    211211
    212   LoadParam<World>(root, "identifier", this, &World::setStoryID).describe("Sets the StoryID of this world");
    213   LoadParam<World>(root, "nextid", this, &World::setNextStoryID).describe("Sets the ID of the next world");
    214   LoadParam<World>(root, "path", this, &World::setPath).describe("The Filename of this World (relative from the data-dir)");
     212  LoadParam<World>(root, "identifier", this, &World::setStoryID)
     213    .describe("Sets the StoryID of this world");
     214  LoadParam<World>(root, "nextid", this, &World::setNextStoryID)
     215    .describe("Sets the ID of the next world");
     216  LoadParam<World>(root, "path", this, &World::setPath)
     217    .describe("The Filename of this World (relative from the data-dir)");
    215218
    216219
Note: See TracChangeset for help on using the changeset viewer.