Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 24, 2005, 4:29:29 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: guided_missiles rock

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/guidedmissile/src/world_entities/weapons/aiming_turret.cc

    r5762 r5764  
    145145    pj->setVelocity(/*this->getVelocity()+*/(this->getAbsDir().apply(Vector(1,0,0))*250.0 + VECTOR_RAND(13)
    146146            /*target->getAbsCoor() - this->getAbsCoor()*/)*.5);//this->getVelocity());
     147    pj->setTarget(this->target->getParent());
     148
    147149
    148150  pj->setParent(NullParent::getInstance());
Note: See TracChangeset for help on using the changeset viewer.