Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 18, 2006, 3:00:56 PM (20 years ago)
Author:
bensch
Message:

trunk: WeaponManager update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/creatures/md2_creature.cc

    r6512 r6561  
    208208}
    209209
    210 
    211 /**
    212  * adds a weapon to the weapon list of the MD2Creature
    213  * @param weapon to add
    214 */
    215 void MD2Creature::addWeapon(Weapon* weapon)
    216 {
    217   this->getWeaponManager()->addWeapon(weapon);
    218 }
    219 
    220 
    221 /**
    222  *  removes a weapon from the MD2Creature
    223  * @param weapon to remove
    224 */
    225 void MD2Creature::removeWeapon(Weapon* weapon)
    226 {
    227   this->getWeaponManager()->removeWeapon(weapon);
    228 }
    229210
    230211/**
Note: See TracChangeset for help on using the changeset viewer.