- Timestamp:
- Mar 26, 2009, 2:56:39 PM (16 years ago)
- Location:
- code/branches/weaponsystem/src/orxonox/objects/weaponSystem/munitions
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/weaponsystem/src/orxonox/objects/weaponSystem/munitions/CMakeLists.txt
r2710 r2852 1 1 ADD_SOURCE_FILES(ORXONOX_SRC_FILES 2 2 LaserGunMunition.cc 3 FusionMunition.cc 3 4 ) -
code/branches/weaponsystem/src/orxonox/objects/weaponSystem/munitions/LaserGunMunition.cc
r2662 r2852 43 43 RegisterObject(LaserGunMunition); 44 44 45 //default if not defined in XML 45 46 this->maxBullets_ = 40; 46 47 this->maxMagazines_ = 100;
Note: See TracChangeset
for help on using the changeset viewer.