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/WeaponMode.cc

    r11166 r11170  
    121121    {
    122122        (*reloadTime) = this->reloadTime_;
    123         orxout() << "fire wm " << reloadTime << endl;
    124123        // Fireing is only possible if this weapon mode is not reloading and there is enough munition
    125124        if (!this->bReloading_ && this->munition_ && this->munition_->takeMunition(this->munitionPerShot_, this))
     
    171170    bool WeaponMode::release(float* reloadTime)
    172171    {
    173         orxout() << "release wm " << reloadTime << endl;
     172        this->release();
    174173        return false;
    175174    }
Note: See TracChangeset for help on using the changeset viewer.