Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 26, 2009, 2:56:39 PM (15 years ago)
Author:
polakma
Message:

added unlimited munition, reverted shared munition and fixed some bugs

File:
1 edited

Legend:

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

    r2804 r2852  
    6969            virtual void setMagazineLoadingTime(float loadingTime);
    7070            virtual const float getMagazineLoadingTime();
    71             virtual void setSharedMunition(bool bSharedMunition);
    72             virtual const bool getSharedMunition();
    7371            virtual void setBulletAmount(unsigned int amount);
    7472            virtual const unsigned int getBulletAmount();
     
    106104            bool bulletReadyToShoot_;
    107105            bool magazineReadyToShoot_;
    108             bool bSharedMunition_;
    109106            bool unlimitedMunition_;
    110107            float bulletLoadingTime_;
Note: See TracChangeset for help on using the changeset viewer.