- Timestamp:
- Dec 2, 2008, 7:51:46 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/weapon2/src/orxonox/objects/weaponSystem/WeaponSystem.cc
r2288 r2308 105 105 if (n < (int)this->weaponSets_.size()) 106 106 COUT(0) << "WeaponSystem::fire - after if" << std::endl; 107 //this->weaponSets_[n]->fire();107 this->weaponSets_[n]->fire(); 108 108 } 109 109
Note: See TracChangeset
for help on using the changeset viewer.