Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 12, 2008, 12:50:18 PM (15 years ago)
Author:
polakma
Message:

made some changes (still doesn't compile)

File:
1 edited

Legend:

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

    r2145 r2186  
    4848            virtual void fire();
    4949            void reloaded();
    50             virtual void attachNeededMunition(Munition *PointerToMunition);
     50            virtual void setParentWeaponSystem();
     51            void attachNeededMunition(Munition *munitionPointer);
    5152
    5253            inline void setParentWeaponSlot(WeaponSlot *parentWeaponSlot)
     
    5556                { return parentWeaponSlot_; };
    5657
    57             //void setParentWeaponSystem();
     58
     59
    5860
    5961        private:
     
    6264            Munition *pointerToMunition_;
    6365            WeaponSlot *parentWeaponSlot_;
    64             //WeaponSystem *parentWeaponSystem_;
     66            WeaponSystem *parentWeaponSystem_;
    6567            Timer<Weapon> reloadTimer_;
    6668
Note: See TracChangeset for help on using the changeset viewer.