X-Git-Url: http://git.tdb.fi/?p=libs%2Fdemoscene.git;a=blobdiff_plain;f=source%2Fanimate.cpp;fp=source%2Fanimate.cpp;h=1eff05d569d1a09a76be45ea69dde9d09a7a522f;hp=a7e406d73ae80c3428b5fe91d214820dffc645bf;hb=7bf392aeb264c6f700e9df8d13a83c8c5da26fc7;hpb=4b2708d0a743f74dfc44ea4e4c08344e09c624a6 diff --git a/source/animate.cpp b/source/animate.cpp index a7e406d..1eff05d 100644 --- a/source/animate.cpp +++ b/source/animate.cpp @@ -53,6 +53,11 @@ void Animate::start(float, float d) } } +void Animate::end(float) +{ + player->stop(*target, *anim); +} + Animate::Loader::Loader(Animate &a, Demo &d): DataFile::DerivedObjectLoader(a, d)