[Scummvm-git-logs] scummvm master -> b369beab94b952165757a07dad5d4d0eebfd3f68
sdelamarre
noreply at scummvm.org
Fri May 5 22:02:02 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
b369beab94 GOB: adjust Adi2 game parts
Commit: b369beab94b952165757a07dad5d4d0eebfd3f68
https://github.com/scummvm/scummvm/commit/b369beab94b952165757a07dad5d4d0eebfd3f68
Author: Simon Delamarre (simon.delamarre14 at gmail.com)
Date: 2023-05-06T00:01:31+02:00
Commit Message:
GOB: adjust Adi2 game parts
Should be closer to Adibou1 than Adibou2/Adi4.
Changed paths:
engines/gob/gob.cpp
diff --git a/engines/gob/gob.cpp b/engines/gob/gob.cpp
index 91d22399def..7e68d44a443 100644
--- a/engines/gob/gob.cpp
+++ b/engines/gob/gob.cpp
@@ -613,7 +613,6 @@ Common::Error GobEngine::initGameParts() {
break;
case kGameTypeAdibou2:
- case kGameTypeAdi2:
case kGameTypeAdi4:
_init = new Init_v7(this);
_video = new Video_v6(this);
@@ -627,6 +626,7 @@ Common::Error GobEngine::initGameParts() {
break;
case kGameTypeAdibou1:
+ case kGameTypeAdi2:
_init = new Init_v2(this);
_video = new Video_v2(this);
_inter = new Inter_Adibou1(this);
More information about the Scummvm-git-logs
mailing list