Changeset 2393 for code/branches/weapon2/src
- Timestamp:
- Dec 10, 2008, 5:39:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/weapon2/src/orxonox/objects/weaponSystem/Weapon.cc
r2391 r2393 103 103 else 104 104 { 105 COUT(0) << "LaserGun::fire - weapon not reloaded "<< std::endl;105 COUT(0) << "LaserGun::fire - weapon not reloaded - bullets remaining:" << this->munition_->bullets() << std::endl; 106 106 //actions 107 107 } … … 134 134 this->munition_->fillBullets(); 135 135 this->magazineReadyToShoot_ = true; 136 this->bulletReadyToShoot_ = true; 136 137 } 137 138
Note: See TracChangeset
for help on using the changeset viewer.