Changeset 6614 in orxonox.OLD for branches/spaceshipcontrol/src/world_entities/weapons/targeting_turret.cc
- Timestamp:
- Jan 19, 2006, 8:01:08 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/spaceshipcontrol/src/world_entities/weapons/targeting_turret.cc
r6606 r6614 92 92 this->target = new Aim(this); 93 93 this->target->setVisibility(false); 94 this->target->setRange(100); 95 this->target->setAngle(M_PI_4/2); 94 96 this->lockedTime = 0; 95 97 this->neededLockTime = 2; … … 150 152 pj->setAbsDir(this->getAbsDir()); 151 153 pj->activate(); 152 this->target->searchTarget( 100,M_PI_2);154 this->target->searchTarget(); 153 155 } 154 156
Note: See TracChangeset
for help on using the changeset viewer.