Changeset 1927 in orxonox.OLD for orxonox/trunk/core/player.cc
- Timestamp:
- Jun 8, 2004, 8:20:14 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/core/player.cc
r1926 r1927 78 78 shootLaser->addShootExt(xCor, yCor, zCor, .1, .4, .0); 79 79 shootLaser->addShootExt(xCor, yCor, zCor, -0.1, .4, .0); 80 80 shootRocket->addBackParable(xCor, yCor, zCor); 81 81 shootRocket->addSideAcc(xCor, yCor, zCor, RIGHT); 82 82 shootRocket->addSideAcc(xCor, yCor, zCor, LEFT);
Note: See TracChangeset
for help on using the changeset viewer.