- Timestamp:
- May 15, 2010, 11:36:04 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/rocket/src/modules/weapons/RocketController.cc
r6900 r6902 64 64 65 65 SimpleRocket *rocket = static_cast<SimpleRocket*>(this->getControllableEntity()); 66 rocket->moveRightLeft(5); 66 rocket->rotatePitch(0.005); 67 rocket->setVelocity(rocket->getVelocity()*1.02); 67 68 68 69 }
Note: See TracChangeset
for help on using the changeset viewer.