Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jan 24, 2006, 2:26:15 PM (18 years ago)
Author:
bensch
Message:

some WeaponManager remake

File:
1 edited

Legend:

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

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