Changeset 7283 in orxonox.OLD for trunk/src/story_entities/story_entity.cc
- Timestamp:
- Apr 13, 2006, 7:15:37 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/story_entity.cc
r7221 r7283 36 36 this->setClassID(CL_STORY_ENTITY, "StoryEntity"); 37 37 38 this-> isInit = false;39 this-> isPaused = false;40 this-> isRunning = false;38 this->bInit = false; 39 this->bPaused = false; 40 this->bRunning = false; 41 41 42 42 this->loadFile = "";
Note: See TracChangeset
for help on using the changeset viewer.