Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 1, 2010, 2:42:24 PM (15 years ago)
Author:
edwind
Message:

by ED, cleaned up version (final…)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/fps/src/orxonox/worldentities/pawns/FpsPlayer.h

    r7052 r7070  
    8484            float auxilaryThrust_;
    8585            float rotationThrust_;
    86             std::string weaponmashname;
     86            std::string weaponMashName_;
    8787            btVector3 localLinearAcceleration_;
    8888            btVector3 localAngularAcceleration_;
     
    9999            float roll_;
    100100            Vector3 localVelocity_;
    101             bool isfloor;
    102             bool thistickboost;
     101            bool isFloor_;
     102            bool thisTickBoost_;
    103103            Quaternion savedOrientation_;
    104             Ogre::SceneNode* weaponNode;
    105             Ogre::Camera* camera_;
    106     };
     104            Ogre::SceneNode* weaponNode_;
     105        };
    107106}
    108107
Note: See TracChangeset for help on using the changeset viewer.