Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Dec 17, 2005, 7:05:52 PM (18 years ago)
Author:
bensch
Message:

docu

File:
1 edited

Legend:

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

    r6152 r6153  
    2727{
    2828  this->setClassID(CL_STORY_ENTITY, "StoryEntity");
     29  this->isInit = false;
     30  this->readyToRun = false;
     31  this->isPaused = false;
     32  this->isSuspended = false;
    2933}
     34
    3035StoryEntity::~StoryEntity () {}
    3136
Note: See TracChangeset for help on using the changeset viewer.