Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 1, 2016, 5:27:49 PM (8 years ago)
Author:
fvultier
Message:

Removed wrong comments in Jump minigame. These comments were artifacts from copy paste.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/modules/jump/JumpFigure.h

    r11071 r11105  
    4242            virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode) override;
    4343            virtual void tick(float dt) override;
    44             virtual void moveFrontBack(const Vector2& value) override; //!< Overloaded the function to steer the bat up and down.
    45             virtual void moveRightLeft(const Vector2& value) override; //!< Overloaded the function to steer the bat up and down.
     44            virtual void moveFrontBack(const Vector2& value) override; //!< Overloaded the function to steer the figure up and down.
     45            virtual void moveRightLeft(const Vector2& value) override; //!< Overloaded the function to steer the figure up and down.
    4646            virtual void rotateYaw(const Vector2& value) override;
    4747            virtual void rotatePitch(const Vector2& value) override;
Note: See TracChangeset for help on using the changeset viewer.