aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/gob.cpp
diff options
context:
space:
mode:
authorSven Hesse2009-07-05 11:28:25 +0000
committerSven Hesse2009-07-05 11:28:25 +0000
commitbc4f27c6b6c5a7cdf6ecc088ecf39f8f0546d976 (patch)
treecf17944a39a8aeb7320630d66a147a0397673e70 /engines/gob/gob.cpp
parent86f0669c93c7fa3d8887820470e075b20abe1a71 (diff)
downloadscummvm-rg350-bc4f27c6b6c5a7cdf6ecc088ecf39f8f0546d976.tar.gz
scummvm-rg350-bc4f27c6b6c5a7cdf6ecc088ecf39f8f0546d976.tar.bz2
scummvm-rg350-bc4f27c6b6c5a7cdf6ecc088ecf39f8f0546d976.zip
Removing the now empty Game_Fascination class
svn-id: r42125
Diffstat (limited to 'engines/gob/gob.cpp')
-rw-r--r--engines/gob/gob.cpp2
1 files changed, 1 insertions, 1 deletions
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);