diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-05-23 21:35:01 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-05-23 21:35:01 +0000 |
commit | 114e76641ccde78fcb9f4ca2fcf7c9a909e176ba (patch) | |
tree | 9efa7737187ae8e239a2914cbb57e0e36f5efc92 /src/resources/animation.h | |
parent | 1ddb44f5caf3e0bc93b7d19cc6e227b10e4b4c41 (diff) | |
download | mana-114e76641ccde78fcb9f4ca2fcf7c9a909e176ba.tar.gz mana-114e76641ccde78fcb9f4ca2fcf7c9a909e176ba.tar.bz2 mana-114e76641ccde78fcb9f4ca2fcf7c9a909e176ba.tar.xz mana-114e76641ccde78fcb9f4ca2fcf7c9a909e176ba.zip |
Added a missing include and fixed a bug with cleaning up target cursor
animations.
Diffstat (limited to 'src/resources/animation.h')
-rw-r--r-- | src/resources/animation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/animation.h b/src/resources/animation.h index d0d11c69..aad93cda 100644 --- a/src/resources/animation.h +++ b/src/resources/animation.h @@ -54,7 +54,7 @@ class Animation Animation(); /** - * Appends a new animation at the end of the sequence + * Appends a new animation at the end of the sequence. */ void addFrame(Image *image, unsigned int delay, int offsetX, int offsetY); |