Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 21, 2016, 3:33:48 PM (8 years ago)
Author:
sagerj
Message:

running backup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/sagerjFS16/src/orxonox/weaponsystem/Weapon.cc

    r11166 r11170  
    114114        // Note: The reloading of each WeaponMode is internally handled by each A, B and C.
    115115        //       The reloading of the weapon is only performed to avoid firing with different modes at the same time.
    116         orxout() << "fire weapon " << mode << endl;
     116   
     117   
    117118        if (this->bReloading_ && this->reloadingWeaponmode_ != mode)
    118119            return;
     
    137138    void Weapon::release(unsigned int mode)
    138139    {
    139         orxout() << "release weapon " << mode << endl;
    140140        if (this->bReloading_ && this->reloadingWeaponmode_ != mode)
    141141            return;
Note: See TracChangeset for help on using the changeset viewer.