aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/draw.h
diff options
context:
space:
mode:
authorArnaud Boutonné2009-10-01 12:19:01 +0000
committerArnaud Boutonné2009-10-01 12:19:01 +0000
commitd90c60e879d3e3f9b8a8c76a4b3d82de18698d3c (patch)
tree52240c8fe00d1b563d83357fb4fb1c8c1e6fcf5e /engines/gob/draw.h
parentaba45bfd5fe0d77345166275f63d2bedb87a220f (diff)
downloadscummvm-rg350-d90c60e879d3e3f9b8a8c76a4b3d82de18698d3c.tar.gz
scummvm-rg350-d90c60e879d3e3f9b8a8c76a4b3d82de18698d3c.tar.bz2
scummvm-rg350-d90c60e879d3e3f9b8a8c76a4b3d82de18698d3c.zip
Fix a regression in the first part of the intro (gitches when the paper and the rat are moving).
svn-id: r44518
Diffstat (limited to 'engines/gob/draw.h')
-rw-r--r--engines/gob/draw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/draw.h b/engines/gob/draw.h
index 8aca71f494..9ed5ae03b5 100644
--- a/engines/gob/draw.h
+++ b/engines/gob/draw.h
@@ -260,7 +260,7 @@ public:
virtual ~Draw_Bargon() {}
};
-class Draw_Fascination: public Draw_v1 {
+class Draw_Fascination: public Draw_v2 {
public:
Draw_Fascination(GobEngine *vm);
virtual ~Draw_Fascination() {}