Changeset 3683 in orxonox.OLD for orxonox/trunk/src/world_entities/player.cc
- Timestamp:
- Mar 30, 2005, 9:37:52 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/player.cc
r3675 r3683 52 52 acceleration = 10.0; 53 53 //weapons: 54 Weapon* wp = new TestGun(this, new Vector(), new Quaternion );54 Weapon* wp = new TestGun(this, new Vector(), new Quaternion()); 55 55 this->weapons->add(wp); 56 56 this->activeWeapon = wp;
Note: See TracChangeset
for help on using the changeset viewer.