diff options
Diffstat (limited to 'src/simpleanimation.h')
-rw-r--r-- | src/simpleanimation.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/simpleanimation.h b/src/simpleanimation.h index 084211ea..3eb51c7e 100644 --- a/src/simpleanimation.h +++ b/src/simpleanimation.h @@ -52,8 +52,8 @@ class SimpleAnimation private: Animation *mAnimation; /**< The hosted animation */ unsigned int mAnimationTime; /**< Time in game ticks the current frame is shown*/ - unsigned int mAnimationPhase; /**< Current animation phase when the appearance is ANIMATION*/ - Frame *mCurrentFrame; + unsigned int mAnimationPhase; /**< Index of current animation phase*/ + Frame *mCurrentFrame; /**< Current animation phase */ }; #endif |