Changeset 6837 in orxonox.OLD for trunk/src/story_entities/story_entity.cc
- Timestamp:
- Jan 30, 2006, 12:28:03 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/story_entity.cc
r6835 r6837 40 40 41 41 this->storyID = -1; 42 this->name = NULL; 42 43 this->nextStoryID = WORLD_ID_GAMEEND; 43 44 } … … 68 69 .describe("Sets the name of this StoryEntity"); 69 70 71 LoadParam(root, "description", this, StoryEntity, setDescription) 72 .describe("Sets the description of this StoryEntity"); 73 74 70 75 PRINTF(4)("Loaded StoryEntity specific stuff\n"); 71 76 }
Note: See TracChangeset
for help on using the changeset viewer.