Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2393


Ignore:
Timestamp:
Dec 10, 2008, 5:39:22 PM (15 years ago)
Author:
polakma
Message:

now working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/weapon2/src/orxonox/objects/weaponSystem/Weapon.cc

    r2391 r2393  
    103103        else
    104104        {
    105 COUT(0) << "LaserGun::fire - weapon not reloaded" << std::endl;
     105COUT(0) << "LaserGun::fire - weapon not reloaded - bullets remaining:" << this->munition_->bullets() << std::endl;
    106106            //actions
    107107        }
     
    134134        this->munition_->fillBullets();
    135135        this->magazineReadyToShoot_ = true;
     136        this->bulletReadyToShoot_ = true;
    136137    }
    137138
Note: See TracChangeset for help on using the changeset viewer.