Changeset 5764 in orxonox.OLD for branches/guidedmissile/src/world_entities/weapons/aiming_turret.cc
- Timestamp:
- Nov 24, 2005, 4:29:29 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/guidedmissile/src/world_entities/weapons/aiming_turret.cc
r5762 r5764 145 145 pj->setVelocity(/*this->getVelocity()+*/(this->getAbsDir().apply(Vector(1,0,0))*250.0 + VECTOR_RAND(13) 146 146 /*target->getAbsCoor() - this->getAbsCoor()*/)*.5);//this->getVelocity()); 147 pj->setTarget(this->target->getParent()); 148 147 149 148 150 pj->setParent(NullParent::getInstance());
Note: See TracChangeset
for help on using the changeset viewer.