Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 18, 2009, 6:59:02 PM (16 years ago)
Author:
landauf
Message:

renamed LaserGunMunition as LaserMunition

File:
1 moved

Legend:

Unmodified
Added
Removed
  • code/branches/weapons/src/orxonox/objects/weaponSystem/munitions/LaserMunition.cc

    r2918 r2920  
    2828
    2929#include "OrxonoxStableHeaders.h"
    30 #include "LaserGunMunition.h"
     30#include "LaserMunition.h"
    3131
    3232#include "core/CoreIncludes.h"
     
    3434namespace orxonox
    3535{
    36     CreateFactory(LaserGunMunition);
     36    CreateFactory(LaserMunition);
    3737
    38     LaserGunMunition::LaserGunMunition(BaseObject* creator) : ReplenishingMunition(creator)
     38    LaserMunition::LaserMunition(BaseObject* creator) : ReplenishingMunition(creator)
    3939    {
    40         RegisterObject(LaserGunMunition);
     40        RegisterObject(LaserMunition);
    4141
    4242        this->maxMunitionPerMagazine_ = 20;
Note: See TracChangeset for help on using the changeset viewer.