Changeset 4834 in orxonox.OLD for orxonox/trunk/src/world_entities/player.cc
- Timestamp:
- Jul 11, 2005, 5:47:23 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/player.cc
r4826 r4834 54 54 55 55 //weapons: 56 this->weaponMan = new WeaponManager();57 56 Weapon* wpRight = new TestGun(this, Vector(-2.6, 0.1, 3.0), Quaternion(), 0); 58 57 Weapon* wpLeft = new TestGun(this, Vector(-2.6, 0.1, -3.0), Quaternion(), 1); … … 90 89 91 90 //weapons: 92 this->weaponMan = new WeaponManager();93 91 Weapon* wpRight = new TestGun(this, Vector(-2.6, 0.1, 3.0), Quaternion(), 0); 94 92 Weapon* wpLeft = new TestGun(this, Vector(-2.6, 0.1, -3.0), Quaternion(), 1); … … 114 112 this->bWeaponChange = false; 115 113 acceleration = 10.0; 114 115 116 this->weaponMan = new WeaponManager(); 116 117 } 117 118
Note: See TracChangeset
for help on using the changeset viewer.