Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 9, 2008, 5:44:34 PM (15 years ago)
Author:
polakma
Message:

fixed some pointer bugs

File:
1 edited

Legend:

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

    r2354 r2366  
    7070            Timer<Weapon> *getMagazineTimer();
    7171
    72             void setMunitionType(std::string munitionType);
    73             const std::string getMunitionType();
     72            virtual void setMunitionType(std::string munitionType);
     73            virtual const std::string getMunitionType();
    7474
    7575            inline void setParentWeaponSlot(WeaponSlot *parentWeaponSlot)
Note: See TracChangeset for help on using the changeset viewer.