Changeset 2920 for code/branches/weapons/src/orxonox/objects/weaponSystem/munitions/LaserMunition.cc
- Timestamp:
- Apr 18, 2009, 6:59:02 PM (16 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
code/branches/weapons/src/orxonox/objects/weaponSystem/munitions/LaserMunition.cc
r2918 r2920 28 28 29 29 #include "OrxonoxStableHeaders.h" 30 #include "Laser GunMunition.h"30 #include "LaserMunition.h" 31 31 32 32 #include "core/CoreIncludes.h" … … 34 34 namespace orxonox 35 35 { 36 CreateFactory(Laser GunMunition);36 CreateFactory(LaserMunition); 37 37 38 Laser GunMunition::LaserGunMunition(BaseObject* creator) : ReplenishingMunition(creator)38 LaserMunition::LaserMunition(BaseObject* creator) : ReplenishingMunition(creator) 39 39 { 40 RegisterObject(Laser GunMunition);40 RegisterObject(LaserMunition); 41 41 42 42 this->maxMunitionPerMagazine_ = 20;
Note: See TracChangeset
for help on using the changeset viewer.