From 88f265d5847d178e389e6d173e4eeb008495b16b Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Wed, 25 Jul 2007 22:55:00 +0000 Subject: Renamed Inter_Woodruff to Inter_v4 svn-id: r28206 --- engines/gob/gob.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/gob/gob.cpp') diff --git a/engines/gob/gob.cpp b/engines/gob/gob.cpp index 8c3bb76413..c996b5e8d3 100644 --- a/engines/gob/gob.cpp +++ b/engines/gob/gob.cpp @@ -306,7 +306,7 @@ bool GobEngine::initGameParts() { case kGameTypeWoodruff: _init = new Init_v3(this); _video = new Video_v2(this); - _inter = new Inter_Woodruff(this); + _inter = new Inter_v4(this); _parse = new Parse_v2(this); _mult = new Mult_v2(this); _draw = new Draw_v2(this); -- cgit v1.2.3