Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3833 in orxonox.OLD for orxonox/trunk/src/animation.cc


Ignore:
Timestamp:
Apr 14, 2005, 2:03:05 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: animation can now return the BaseObject it operates on

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/animation.cc

    r3820 r3833  
    2525  this->bHasKeys = false;
    2626  this->bHandled = true;
     27  this->baseObject = NULL;
    2728
    2829  // setting default values
     
    5556  this->bRunning = true;
    5657}
     58
     59
    5760void Anim::stop()
    5861{
Note: See TracChangeset for help on using the changeset viewer.