summaryrefslogtreecommitdiff
path: root/src/imagesprite.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/imagesprite.h')
-rw-r--r--src/imagesprite.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/imagesprite.h b/src/imagesprite.h
index 21705c812..c59dd8eec 100644
--- a/src/imagesprite.h
+++ b/src/imagesprite.h
@@ -73,6 +73,9 @@ public:
unsigned int getFrameCount() const
{ return 1; }
+ bool updateNumber(unsigned num A_UNUSED)
+ { return false; }
+
private:
Image *mImage;
};