mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-27 13:42:02 +00:00
GOB: Adi 4 should get a Inter_v7 too
svn-id: r55518
This commit is contained in:
parent
a875901485
commit
64da68cb0d
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user