Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

altfire now available

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/weapon2/src/orxonox/objects/worldentities/pawns/Pawn.cc

    r2391 r2398  
    137137    void Pawn::fire(WeaponMode::Enum fireMode)
    138138    {
    139 COUT(0) << "Pawn::fire" << std::endl;
     139COUT(0) << "Pawn::fire" << fireMode << std::endl;
    140140        if (this->weaponSystem_)
    141141            this->weaponSystem_->fire(fireMode);
     
    152152    void Pawn::setWeaponSlot(WeaponSlot * wSlot)
    153153    {   
    154 COUT(0) << "Pawn::setWeaponSlot" << std::endl;
     154COUT(0) << "Pawn::setWeaponSlot" << wSlot << std::endl;
    155155        this->attach(wSlot);
    156156        this->weaponSystem_->attachWeaponSlot(wSlot);   }
Note: See TracChangeset for help on using the changeset viewer.