Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 18, 2012, 12:47:54 PM (13 years ago)
Author:
lkevin
Message:

Finished DamageBoost Pickup and the XML inclusions are working now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pickup2012/src/modules/pickup/items/DamageBoostPickup.h

    r9155 r9184  
    6363            inline float getDuration(void) const
    6464                { return this->duration_; }
     65
    6566            inline void setDuration( float duration );
    6667
     
    7980        protected:
    8081            void initializeIdentifier(void); //!< Initializes the PickupIdentifier of this pickup.
    81             void setDamageMultiplier(float damageMultiplier);
     82            void setDamageMultiplier(float damageMultiplier); //!< Sets the DamageMultiplier according to the XML.
    8283
    8384
Note: See TracChangeset for help on using the changeset viewer.