diff options
author | Sven Hesse | 2011-01-25 02:52:19 +0000 |
---|---|---|
committer | Sven Hesse | 2011-01-25 02:52:19 +0000 |
commit | 64da68cb0d7f9f1090f7bb9def05c1b2aaa23937 (patch) | |
tree | 3758d4aef8aab83691cd4280964d80e695e7cebb | |
parent | a875901485145174d5ac8c04d8c5a8fb5cf73c08 (diff) | |
download | scummvm-rg350-64da68cb0d7f9f1090f7bb9def05c1b2aaa23937.tar.gz scummvm-rg350-64da68cb0d7f9f1090f7bb9def05c1b2aaa23937.tar.bz2 scummvm-rg350-64da68cb0d7f9f1090f7bb9def05c1b2aaa23937.zip |
GOB: Adi 4 should get a Inter_v7 too
svn-id: r55518
-rw-r--r-- | engines/gob/gob.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/gob.cpp b/engines/gob/gob.cpp index 7cf97517bb..bda85aaab6 100644 --- a/engines/gob/gob.cpp +++ b/engines/gob/gob.cpp @@ -516,7 +516,6 @@ bool GobEngine::initGameParts() { _saveLoad = new SaveLoad(this); break; - case kGameTypeAdi4: case kGameTypeUrban: _init = new Init_v6(this); _video = new Video_v6(this); @@ -544,6 +543,7 @@ bool GobEngine::initGameParts() { case kGameTypeAdibou2: case kGameTypeAdi2: + case kGameTypeAdi4: _init = new Init_v2(this); _video = new Video_v6(this); _inter = new Inter_v7(this); |