Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 19, 2006, 8:01:08 AM (19 years ago)
Author:
snellen
Message:

aim.cc updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/spaceshipcontrol/src/world_entities/weapons/targeting_turret.cc

    r6606 r6614  
    9292  this->target = new Aim(this);
    9393  this->target->setVisibility(false);
     94  this->target->setRange(100);
     95  this->target->setAngle(M_PI_4/2);
    9496  this->lockedTime = 0;
    9597  this->neededLockTime = 2;
     
    150152  pj->setAbsDir(this->getAbsDir());
    151153  pj->activate();
    152   this->target->searchTarget(100,M_PI_2);
     154  this->target->searchTarget();
    153155}
    154156
Note: See TracChangeset for help on using the changeset viewer.