From a3e5eadaa503e16a4e02af40f1d36a2bb0b5c243 Mon Sep 17 00:00:00 2001 From: Yohann Ferreira Date: Wed, 22 Jun 2011 18:18:39 +0200 Subject: Made the being death sequence better handled. Now the death animation is set to the minimum of 1.5 seconds just as in the older versions, but permit longer sequences as well. I didn't put a maximum hard cap on it as it may be a burden for the maintainers whatever the hard cap would be, and as it isn't vital to set one anyway. Resolves: Mana-Mantis #364. Reviewed-by: bjorn, Jaxad0127. --- src/animatedsprite.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/animatedsprite.cpp') diff --git a/src/animatedsprite.cpp b/src/animatedsprite.cpp index fb612f19..000dec55 100644 --- a/src/animatedsprite.cpp +++ b/src/animatedsprite.cpp @@ -206,6 +206,13 @@ size_t AnimatedSprite::getFrameCount() const return 0; } +int AnimatedSprite::getDuration() const +{ + if (mAnimation) + return mAnimation->getDuration(); + return 0; +} + int AnimatedSprite::getWidth() const { if (mFrame) -- cgit v1.2.3-70-g09d2