Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 23, 2011, 3:09:07 PM (13 years ago)
Author:
simonmie
Message:

some comments in test-Weaponsettings made

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gameimmersion/src/modules/weapons/projectiles/SimpleRocket.h

    r8533 r8538  
    113113            inline Pawn* getOwner() const
    114114                { return this->owner_; }
     115
    115116            inline bool hasFuel() const
    116117            { return this->fuel_; }
    117118
    118 /*            inline void setDamage(float damage)
    119                 { this->damage_ = damage; }
    120             inline float getDamage() const
    121                 { return this->damage_; }
    122 */
    123119
    124120        private:
Note: See TracChangeset for help on using the changeset viewer.