aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/groovie/player.h')
-rw-r--r--engines/groovie/player.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/groovie/player.h b/engines/groovie/player.h
index cf2746137e..2ef340149a 100644
--- a/engines/groovie/player.h
+++ b/engines/groovie/player.h
@@ -40,6 +40,7 @@ public:
bool load(Common::SeekableReadStream *file, uint16 flags);
bool playFrame();
+ virtual void resetFlags() {};
virtual void setOrigin(int16 x, int16 y) {};
protected: