Changeset 5002 in orxonox.OLD for orxonox/trunk/src/world_entities/weapons
- Timestamp:
- Aug 13, 2005, 10:14:57 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/weapons/turret.cc
r5001 r5002 20 20 #include "test_bullet.h" 21 21 22 #include "null_parent.h" 22 23 #include "state.h" 23 24 #include "vector.h" … … 143 144 pj->setVelocity(target->getVelocity()); 144 145 145 146 pj->setParent(NullParent::getInstance()); 146 147 pj->setAbsCoor(this->getEmissionPoint()); 147 148 pj->setAbsDir(this->getAbsDir());
Note: See TracChangeset
for help on using the changeset viewer.