aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie/player.h
diff options
context:
space:
mode:
authorScott Thomas2009-09-08 06:23:50 +0000
committerScott Thomas2009-09-08 06:23:50 +0000
commit52cf649a65cf2ab16c95e5ccdebd1d44421fa748 (patch)
treef5e5f6737ff768288b532040fef92483c4b958f7 /engines/groovie/player.h
parent12e1b5ec0d0d449ea36b22cb804a6b7a3eabbf1d (diff)
downloadscummvm-rg350-52cf649a65cf2ab16c95e5ccdebd1d44421fa748.tar.gz
scummvm-rg350-52cf649a65cf2ab16c95e5ccdebd1d44421fa748.tar.bz2
scummvm-rg350-52cf649a65cf2ab16c95e5ccdebd1d44421fa748.zip
T7G: Fix bug #2853185 where card puzzle doesn't clean up, resulting in a blank menu in special instances
svn-id: r44009
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: