- Timestamp:
- Apr 14, 2016, 4:02:00 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/sagerjFS16/src/orxonox/weaponsystem/WeaponSet.cc
r11164 r11166 63 63 { 64 64 // Fire all WeaponPacks with their defined weaponmode 65 orxout() << "fire wset " << endl; 65 66 for (const auto& mapEntry : this->weaponpacks_) 66 67 if (mapEntry.second != WeaponSystem::WEAPON_MODE_UNASSIGNED) … … 70 71 void WeaponSet::release() 71 72 { 72 73 73 // Fire all WeaponPacks with their defined weaponmode 74 orxout() << "release wset " << endl; 74 75 for (const auto& mapEntry : this->weaponpacks_) 75 76 if (mapEntry.second != WeaponSystem::WEAPON_MODE_UNASSIGNED) 76 77 mapEntry.first->release(mapEntry.second); 77 orxout() << "release wset " << endl;78 79 78 } 80 79
Note: See TracChangeset
for help on using the changeset viewer.