Changeset 10530 in orxonox.OLD for trunk/src/world_entities
- Timestamp:
- Jan 31, 2007, 1:12:18 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/effects/blink.cc
r10511 r10530 112 112 if(this->setCoor) { 113 113 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); 114 118 this->setCoor = false; 115 119 this->symbolTime = this->period / this->blinkSequence.length();
Note: See TracChangeset
for help on using the changeset viewer.