X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fanimation%2Fanimation.h;h=eb5911c32a4d08a6c441cabddbd56231aa05f56d;hp=3d247cf5f74bc0821481fc9a2cdbf10f24a0e8ca;hb=f19366d32cc29287a2730cfba90893e407754081;hpb=f96d553dbf78f9d664d1dbb1fe002fc43f23ad47 diff --git a/source/animation/animation.h b/source/animation/animation.h index 3d247cf5..eb5911c3 100644 --- a/source/animation/animation.h +++ b/source/animation/animation.h @@ -31,10 +31,10 @@ public: int slopes_set; public: - Loader(Animation &); - Loader(Animation &, Collection &); + Loader(Animation &a): Loader(a, 0) { } + Loader(Animation &a, Collection &c): Loader(a, &c) { } private: - void init(); + Loader(Animation &, Collection *); virtual void finish(); void check_slopes_and_control(bool, bool);