Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Apr 13, 2006, 7:15:37 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: thread for audio, and 'is' to 'b'

File:
1 edited

Legend:

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

    r7221 r7283  
    3636  this->setClassID(CL_STORY_ENTITY, "StoryEntity");
    3737
    38   this->isInit = false;
    39   this->isPaused = false;
    40   this->isRunning = false;
     38  this->bInit = false;
     39  this->bPaused = false;
     40  this->bRunning = false;
    4141
    4242  this->loadFile = "";
Note: See TracChangeset for help on using the changeset viewer.