Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 31, 2010, 9:33:09 AM (14 years ago)
Author:
rgrieder
Message:

Removed some tabs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation3/src/orxonox/worldentities/Drone.h

    r7034 r7039  
    114114            inline void setMinDistanceToOwner( float distance)
    115115                { this->minDistanceToOwner_=distance; }
    116                        
     116
    117117           
    118118            /**
    119119            @brief Gets the primary thrust to the input amount.
    120             @preturn The amount of thrust.
     120            @return The amount of thrust.
    121121            */
    122122            inline float getPrimaryThrust()
    123123                { return this->primaryThrust_; }
    124             inline float getAuxilaryThrust()
     124            inline float getAuxilaryThrust()
    125125                { return this->auxilaryThrust_; }
    126             inline float getRotationThrust()
     126            inline float getRotationThrust()
    127127                { return this->rotationThrust_; }
    128             inline float getMaxDistanceToOwner()
     128            inline float getMaxDistanceToOwner()
    129129                { return this->maxDistanceToOwner_; }
    130130            inline float getMinDistanceToOwner()
Note: See TracChangeset for help on using the changeset viewer.