Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 26, 2011, 12:04:42 AM (13 years ago)
Author:
dafrick
Message:

Converting tabs to spaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/bigships/src/orxonox/items/Engine.h

    r8426 r8588  
    5555                { return this->ship_; }
    5656
    57                         inline void setRelativePosition(const Vector3 &position)
    58                                 { this->relativePosition_ = position; }
    59                         inline Vector3& getRelativePosition()
    60                                 { return this->relativePosition_; }
     57            inline void setRelativePosition(const Vector3 &position)
     58                { this->relativePosition_ = position; }
     59            inline Vector3& getRelativePosition()
     60                { return this->relativePosition_; }
    6161
    6262            inline void setBoostFactor(float factor)
     
    124124                { this->speedMultiply_=speedMultiply; }
    125125
    126                        
     126           
    127127            inline void setEngineTemplate(const std::string& temp)
    128128                { this->engineTemplate_ = temp; this->loadEngineTemplate(); }
     
    134134                { return new std::vector<PickupCarrier*>(); }
    135135            virtual PickupCarrier* getCarrierParent(void) const;
    136                        
     136           
    137137            void loadEngineTemplate();
    138138
     
    141141            void networkcallback_shipID();
    142142
    143                         std::string engineTemplate_;
     143            std::string engineTemplate_;
    144144
    145145            SpaceShip* ship_;
    146146            unsigned int shipID_;
    147                         Vector3 relativePosition_;
     147            Vector3 relativePosition_;
    148148
    149149            float boostFactor_;
Note: See TracChangeset for help on using the changeset viewer.