Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 15, 2008, 4:55:05 PM (16 years ago)
Author:
FelixSchulthess
Message:

corrected syntax

Location:
code/branches/hud3/src/orxonox/hud
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • code/branches/hud3/src/orxonox/hud/RadarOverlayElement.cc

    r1286 r1290  
    101101  }
    102102   
    103   void RadarOverlayElement::setMainShipPosition(int dirX, dirY, dirZ, ortX, ortY, ortZ){
     103  void RadarOverlayElement::setMainShipPosition(int dirX, int dirY, int dirZ, int ortX, int ortY, int ortZ){
    104104    dirX_=dirX;
    105105    dirY_=dirY;
  • code/branches/hud3/src/orxonox/hud/RadarOverlayElement.cc~

    r1286 r1290  
    101101  }
    102102   
    103   void setMainShipPosition(int dirX, dirY, dirZ, ortX, ortY, ortZ){
     103  void RadarOverlayElement::setMainShipPosition(int dirX, dirY, dirZ, ortX, ortY, ortZ){
    104104    dirX_=dirX;
    105105    dirY_=dirY;
  • code/branches/hud3/src/orxonox/hud/RadarOverlayElement.h

    r1286 r1290  
    5454    bool right_;                //checks whether the object is on the right side (since cos is not bijective)
    5555   
    56     static int ID = 0;
     56    //static int ID = 0;
    5757
    5858  public:
     
    6363
    6464    void initRadarOverlayElement(Real left, Real top, int dim, Ogre::OverlayContainer* container);
    65     void setMainShipPosition(int dirX, dirY, dirZ, ortX, ortY, ortZ);
     65    void setMainShipPosition(int dirX, int dirY, int dirZ, int ortX, int ortY, int ortZ);
    6666   
    6767    int newShip(int X, int Y, int Z);
  • code/branches/hud3/src/orxonox/hud/RadarOverlayElement.h~

    r1286 r1290  
    5454    bool right_;                //checks whether the object is on the right side (since cos is not bijective)
    5555   
    56     static int ID;
     56    //static int ID = 0;
    5757
    5858  public:
Note: See TracChangeset for help on using the changeset viewer.