]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/AttackAnimation.cpp
added Maxim's melee animation
[l2e.git] / src / battle / AttackAnimation.cpp
index 0aedf18610aa2f8043c0f444d3b21c0c4093962f..07148db291dbed61d748d2f9826177bcf142780f 100644 (file)
@@ -160,6 +160,10 @@ bool AttackAnimation::ExecuteWaitAnimations() {
 }
 
 
+bool AttackAnimation::Running() const {
+       return cursor >= 0 && !Finished();
+}
+
 bool AttackAnimation::Finished() const {
        return cursor >= int(text.size());
 }