Changeset 4955 in orxonox.OLD for orxonox/trunk/src/world_entities/weapons/weapon.cc
- Timestamp:
- Jul 25, 2005, 3:48:55 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/weapons/weapon.cc
r4953 r4955 39 39 * creates a new weapon 40 40 */ 41 Weapon::Weapon ( )41 Weapon::Weapon (WeaponManager* weaponManager) 42 42 { 43 43 this->init(); 44 this->setWeaponManager(weaponManager); 44 45 } 45 46 … … 88 89 this->energy = .0; 89 90 this->energyMax = 10.0; 91 92 this->setWeaponManager(NULL); 90 93 } 91 94
Note: See TracChangeset
for help on using the changeset viewer.