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

    r11166 r11170  
    289289    void WeaponSystem::fire(unsigned int firemode)
    290290    {
    291         orxout() << "fire wsys " << firemode << endl;
    292291        std::map<unsigned int, WeaponSet *>::iterator it = this->weaponSets_.find(firemode);
    293292        if (it != this->weaponSets_.end() && it->second)
     
    297296    void WeaponSystem::release(unsigned int firemode)
    298297    {
    299         orxout() << "release wsys " << firemode << endl;
    300298        std::map<unsigned int, WeaponSet *>::iterator it = this->weaponSets_.find(firemode);
    301299        if (it != this->weaponSets_.end() && it->second)
Note: See TracChangeset for help on using the changeset viewer.