Changeset 3675 in orxonox.OLD for orxonox/trunk/src/world_entities/test_gun.cc
- Timestamp:
- Mar 30, 2005, 5:20:21 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/test_gun.cc
r3670 r3675 84 84 //printf("TestGun::fire() - firing weapon now ---------------------------\n"); 85 85 Projectile* pj = new Projectile(); 86 86 87 Vector* v = new Vector(); 87 88 *v = this->getAbsCoor(); … … 93 94 pj->setFlightDirection(q); 94 95 //pj->setSpeed(this->getSpeed() * 0.025); 96 95 97 96 98
Note: See TracChangeset
for help on using the changeset viewer.