Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 17, 2014, 3:43:07 PM (11 years ago)
Author:
fvultier
Message:

Es wird nun angezeigt, wie lange ein item noch aktiv ist.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pickupsFS14/src/modules/jump/JumpItem.h

    r10111 r10184  
    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.