]> git.localhorst.tv Git - l2e.git/blobdiff - src/graphics/SimpleAnimation.h
switched to static type IDs
[l2e.git] / src / graphics / SimpleAnimation.h
index 8374f0825363d3b80b05fe222cdfbd4db36ff61c..d5d758fc7c3a88978a47aa2f0e898335a99a6b7c 100644 (file)
@@ -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) { }