X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fsprite%2Fsprite.hpp;h=cf44de706797d18a6c1100883470d5f93252551f;hb=1eb64ffd2a23eea4b399c1bb8b9dc10293c334d7;hp=a3edb33534d1f5c2fbccd256f1c993bd6df2b3e7;hpb=fea3446f05e1e7673607b835c269d3e8d1929ab3;p=supertux.git diff --git a/src/sprite/sprite.hpp b/src/sprite/sprite.hpp index a3edb3353..cf44de706 100644 --- a/src/sprite/sprite.hpp +++ b/src/sprite/sprite.hpp @@ -47,7 +47,10 @@ public: const Vector& size, const Vector& pos, int layer); /** Set action (or state) */ - void set_action(const std::string& act, int loops = -1); + void set_action(const std::string& name, int loops = -1); + + /** Set action (or state), but keep current frame number, loop counter, etc. */ + void set_action_continued(const std::string& name); /** Set number of animation cycles until animation stops */ void set_animation_loops(int loops = -1)