Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 26, 2008, 7:42:29 PM (16 years ago)
Author:
polakma
Message:

added WeaponPack

File:
1 edited

Legend:

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

    r2232 r2288  
    4444        this->unlimitedAmmo_ = false;
    4545        this->attachedWeapon_ = 0;
    46         this->parentWeaponSet_ = 0;
    4746        this->setObjectMode(0x0);
    4847    }
     
    6564    void WeaponSlot::fire()
    6665    {
     66COUT(0) << "WeaponSlot::fire" << std::endl;
    6767        this->attachedWeapon_->fire();
    6868    }
Note: See TracChangeset for help on using the changeset viewer.