Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 3, 2008, 6:26:53 PM (15 years ago)
Author:
polakma
Message:

fixed parentWeaponSystem-Pointer for all WeaponPacks and its Weapons

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/weapon2/src/orxonox/objects/weaponSystem/Weapon.h

    r2331 r2337  
    5252            virtual void fire();
    5353            void attachNeededMunition(std::string munitionType);
    54             Munition * getAttachedMunition();
     54            Munition * getAttachedMunition(std::string munitiontype);
    5555
    5656            //reloading
     
    8383
    8484        private:
     85
     86        protected:
    8587            bool bulletReadyToShoot_;
    8688            bool magazineReadyToShoot_;
Note: See TracChangeset for help on using the changeset viewer.