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

    r11166 r11170  
    6363    {
    6464        // Fire all WeaponPacks with their defined weaponmode
    65         orxout() << "fire wset " << endl;
    6665        for (const auto& mapEntry : this->weaponpacks_)
    6766            if (mapEntry.second != WeaponSystem::WEAPON_MODE_UNASSIGNED)
     
    7271    {
    7372        // Fire all WeaponPacks with their defined weaponmode
    74         orxout() << "release wset " << endl;
    7573        for (const auto& mapEntry : this->weaponpacks_)
    7674            if (mapEntry.second != WeaponSystem::WEAPON_MODE_UNASSIGNED)
Note: See TracChangeset for help on using the changeset viewer.