Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 6, 2015, 11:03:00 PM (9 years ago)
Author:
landauf
Message:

merged the latest changes from pickupsFS14 to trunk

Location:
code/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/trunk

  • code/trunk/src/modules/jump/JumpItem.h

    r10078 r10260  
    5353            virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode);
    5454            virtual void setProperties(float newLeftBoundary, float newRightBoundary, float newLowerBoundary, float newUpperBoundary, float newHSpeed, float newVSpeed);
    55             virtual void setFigure(WeakPtr<JumpFigure> bats); //!< Set the bats for the ball.
     55            virtual void setFigure(WeakPtr<JumpFigure> bats);
    5656            virtual void touchFigure();
    5757
     
    7474
    7575        protected:
    76             float fieldWidth_; //!< The width of the playing field.
    77             float fieldHeight_; //!< The height of the playing field.
    78             WeakPtr<JumpFigure> figure_; //!< An array with the two bats.
     76            float fieldWidth_;
     77            float fieldHeight_;
     78            WeakPtr<JumpFigure> figure_;
    7979            float height_;
    8080            float width_;
Note: See TracChangeset for help on using the changeset viewer.