diff options
Diffstat (limited to 'src/animatedsprite.h')
-rw-r--r-- | src/animatedsprite.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/animatedsprite.h b/src/animatedsprite.h index 43248731..fc7bdbbc 100644 --- a/src/animatedsprite.h +++ b/src/animatedsprite.h @@ -101,8 +101,8 @@ class AnimatedSprite SpriteDirection mDirection; /**< The sprite direction. */ int mLastTime; /**< The last time update was called. */ - unsigned int mFrameIndex; /**< The index of the current frame. */ - unsigned int mFrameTime; /**< The time since start of frame. */ + int mFrameIndex; /**< The index of the current frame. */ + int mFrameTime; /**< The time since start of frame. */ SpriteDef *mSprite; /**< The sprite definition. */ Action *mAction; /**< The currently active action. */ |