Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6676 in orxonox.OLD for trunk/src/world_entities/playable.cc


Ignore:
Timestamp:
Jan 24, 2006, 8:24:48 PM (18 years ago)
Author:
bensch
Message:

trunk: weaponManager works again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/playable.cc

    r6669 r6676  
    5252void Playable::addWeapon(Weapon* weapon, int configID, int slotID)
    5353{
    54   this->weaponMan->addWeapon(weapon);
     54  this->weaponMan->addWeapon(weapon, configID, slotID);
    5555
    5656  this->weaponConfigChanged();
Note: See TracChangeset for help on using the changeset viewer.