Changeset 1924 in orxonox.OLD for orxonox/trunk/core/player.cc
- Timestamp:
- Jun 8, 2004, 6:30:23 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/core/player.cc
r1920 r1924 78 78 shootLaser->addShootExt(xCor, yCor, zCor, .1, .4, .0); 79 79 shootLaser->addShootExt(xCor, yCor, zCor, -0.1, .4, .0); 80 shootRocket->addShoot(xCor, yCor, zCor); 80 shootRocket->addBackParable(xCor, yCor, zCor); 81 shootRocket->addSideAcc(xCor, yCor, zCor, RIGHT); 82 shootRocket->addSideAcc(xCor, yCor, zCor, LEFT); 81 83 //cout << "Player::shoot" << endl; 82 84 }
Note: See TracChangeset
for help on using the changeset viewer.