This commit is contained in:
Sebastian Krzyszkowiak 2012-05-21 10:27:32 +02:00
parent 87dd644be6
commit 2fc3ac1a9a

View file

@ -40,7 +40,7 @@ bool ShowMeter(struct Game *game, struct TM_Action *action, enum TM_ActionState
/*! \brief Fly Derpy, fly! */ /*! \brief Fly Derpy, fly! */
bool Fly(struct Game *game, struct TM_Action *action, enum TM_ActionState state); bool Fly(struct Game *game, struct TM_Action *action, enum TM_ActionState state);
/*! \brief Generates obstracles. */ /*! \brief Generates obstacles. */
bool GenerateObstacles(struct Game *game, struct TM_Action *action, enum TM_ActionState state); bool GenerateObstacles(struct Game *game, struct TM_Action *action, enum TM_ActionState state);
/*! \brief Stops Derpy. */ /*! \brief Stops Derpy. */