From d90c60e879d3e3f9b8a8c76a4b3d82de18698d3c Mon Sep 17 00:00:00 2001 From: Arnaud Boutonné Date: Thu, 1 Oct 2009 12:19:01 +0000 Subject: Fix a regression in the first part of the intro (gitches when the paper and the rat are moving). svn-id: r44518 --- engines/gob/draw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/gob/draw.h') 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() {} -- cgit v1.2.3