Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 28, 2006, 11:14:40 AM (18 years ago)
Author:
bensch
Message:

trunk: WeaponManager fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/weapons/weapon_manager.h

    r6679 r6803  
    6262    unsigned int getSlotCount() const { return this->slotCount; };
    6363    // setting up the WeaponManager with the following functions
    64     void setSlotPosition(int slot, const Vector& position);
     64    void setSlotPosition(int slot, const Vector& position, PNode* parent = NULL);
    6565    void setSlotDirection(int slot, const Quaternion& rotation);
    6666    /** @param slot the slot to get the relative position from @returns the relative position of the Carrier to the Slot */
Note: See TracChangeset for help on using the changeset viewer.