X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FSimpleAnimation.h;fp=src%2Fgraphics%2FSimpleAnimation.h;h=d5d758fc7c3a88978a47aa2f0e898335a99a6b7c;hb=1907ca03c5e865c4d398170042aa384c67ffff29;hp=8374f0825363d3b80b05fe222cdfbd4db36ff61c;hpb=fb9bd716a1740e41efbb08a3bfa42e441d64c693;p=l2e.git diff --git a/src/graphics/SimpleAnimation.h b/src/graphics/SimpleAnimation.h index 8374f08..d5d758f 100644 --- a/src/graphics/SimpleAnimation.h +++ b/src/graphics/SimpleAnimation.h @@ -15,6 +15,9 @@ namespace graphics { class SimpleAnimation : public Animation { +public: + static const int TYPE_ID = 408; + public: SimpleAnimation() : numFrames(0), col(0), row(0) { }