Changeset 9617 in orxonox.OLD for branches/proxy/src/world_entities/weapons/aiming_turret.cc
- Timestamp:
- Jul 30, 2006, 1:05:44 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/world_entities/weapons/aiming_turret.cc
r9615 r9617 144 144 return; 145 145 146 pj->setVelocity(/*this->getVelocity()+*/(this->getAbsDir().apply(Vector(1,0,0))*250.0 + VECTOR_RAND( 13)146 pj->setVelocity(/*this->getVelocity()+*/(this->getAbsDir().apply(Vector(1,0,0))*250.0 + VECTOR_RAND(4) 147 147 /*target.getAbsCoor() - this->getAbsCoor()*/)*.5);//this->getVelocity()); 148 148
Note: See TracChangeset
for help on using the changeset viewer.