Changeset 6700 in orxonox.OLD for trunk/src/world_entities/weapons
- Timestamp:
- Jan 25, 2006, 3:10:17 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/weapon.cc
r6695 r6700 150 150 Projectile* pj = dynamic_cast<Projectile*>(this->projectileFactory->resurrect()); 151 151 this->minCharge = pj->getMinEnergy(); 152 this->maxCharge = pj->get MaxEnergy();152 this->maxCharge = pj->getHealthMax(); 153 153 this->chargeable = pj->isChageable(); 154 154 this->projectileFactory->kill(pj);
Note: See TracChangeset
for help on using the changeset viewer.