Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10530 in orxonox.OLD


Ignore:
Timestamp:
Jan 31, 2007, 1:12:18 AM (17 years ago)
Author:
stefalie
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/effects/blink.cc

    r10511 r10530  
    112112  if(this->setCoor) {
    113113    this->bBoard->setAbsCoor(this->getAbsCoor());
     114    this->bBoard->setAbsDir(this->getAbsDir());
     115    this->bBoard->setRelCoor(this->getRelCoor());
     116    this->bBoard->setRelDir(this->getRelDir());
     117    this->bBoard->setParent(this);
    114118    this->setCoor = false;
    115119    this->symbolTime = this->period / this->blinkSequence.length();
Note: See TracChangeset for help on using the changeset viewer.