From bc4f27c6b6c5a7cdf6ecc088ecf39f8f0546d976 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Sun, 5 Jul 2009 11:28:25 +0000 Subject: Removing the now empty Game_Fascination class svn-id: r42125 --- 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 e534464cce..9e1dfb0738 100644 --- a/engines/gob/gob.cpp +++ b/engines/gob/gob.cpp @@ -353,7 +353,7 @@ bool GobEngine::initGameParts() { _inter = new Inter_Fascination(this); _mult = new Mult_v2(this); _draw = new Draw_v2(this); - _game = new Game_Fascination(this); + _game = new Game_v2(this); _map = new Map_v2(this); _goblin = new Goblin_v2(this); _scenery = new Scenery_v2(this); -- cgit v1.2.3