aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/gob.cpp
diff options
context:
space:
mode:
authorSven Hesse2007-08-13 14:04:50 +0000
committerSven Hesse2007-08-13 14:04:50 +0000
commit5bacb6edeef0dac09b5e5b2ac41a6a332f78cee7 (patch)
treec0c0bf36cd4175da5ce3bc3058ce0e21a97491f5 /engines/gob/gob.cpp
parent32164654a6a4c9ddbb70c65371c1e762056511e6 (diff)
downloadscummvm-rg350-5bacb6edeef0dac09b5e5b2ac41a6a332f78cee7.tar.gz
scummvm-rg350-5bacb6edeef0dac09b5e5b2ac41a6a332f78cee7.tar.bz2
scummvm-rg350-5bacb6edeef0dac09b5e5b2ac41a6a332f78cee7.zip
Woodruff is now controllable
svn-id: r28591
Diffstat (limited to 'engines/gob/gob.cpp')
-rw-r--r--engines/gob/gob.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/gob/gob.cpp b/engines/gob/gob.cpp
index d9385b1b0f..8dee9c9e32 100644
--- a/engines/gob/gob.cpp
+++ b/engines/gob/gob.cpp
@@ -333,7 +333,7 @@ bool GobEngine::initGameParts() {
_mult = new Mult_v2(this);
_draw = new Draw_v2(this);
_game = new Game_v2(this);
- _map = new Map_v2(this);
+ _map = new Map_v4(this);
_goblin = new Goblin_v3(this);
_scenery = new Scenery_v2(this);
_saveLoad = new SaveLoad_v3(this, _targetName.c_str());
@@ -349,8 +349,6 @@ bool GobEngine::initGameParts() {
if (!_noMusic && hasAdlib())
_adlib = new Adlib(this);
- _map->init();
-
if (is640()) {
_video->_surfWidth = _width = 640;
_video->_surfHeight = _video->_splitHeight1 = _height = 480;