Changeset 6846 in orxonox.OLD for trunk/src/world_entities/weapons
- Timestamp:
- Jan 30, 2006, 2:37:22 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/ammo_container.cc
r6669 r6846 32 32 this->setClassID(CL_AMMO_CONTAINER, "AmmoContainer"); 33 33 34 this->projectileType = projectileType; 35 this->maxEnergy = maxEnergy; 36 34 37 this->energy = 0.0; 35 this->maxEnergy = maxEnergy;36 38 } 37 39
Note: See TracChangeset
for help on using the changeset viewer.