[Scummvm-git-logs] scummvm master -> 5684a31703e7aba88c7f71e01336e40e90389cca
bluegr
noreply at scummvm.org
Fri May 27 21:50:51 UTC 2022
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:
5684a31703 AGI: Fix detection for Mickey's Space Adventure
Commit: 5684a31703e7aba88c7f71e01336e40e90389cca
https://github.com/scummvm/scummvm/commit/5684a31703e7aba88c7f71e01336e40e90389cca
Author: Athanasios Antoniou (a.antoniou79 at gmail.com)
Date: 2022-05-28T00:50:49+03:00
Commit Message:
AGI: Fix detection for Mickey's Space Adventure
This should address the remaining issues with ticket https://bugs.scummvm.org/ticket/13155
Changed paths:
engines/agi/detection.cpp
engines/agi/detection_tables.h
diff --git a/engines/agi/detection.cpp b/engines/agi/detection.cpp
index 6479c3b783f..82d94df249a 100644
--- a/engines/agi/detection.cpp
+++ b/engines/agi/detection.cpp
@@ -164,6 +164,8 @@ class AgiMetaEngineDetection : public AdvancedMetaEngineDetection {
public:
AgiMetaEngineDetection() : AdvancedMetaEngineDetection(Agi::gameDescriptions, sizeof(Agi::AGIGameDescription), agiGames, optionsList) {
_guiOptions = GUIO1(GUIO_NOSPEECH);
+ _maxScanDepth = 2;
+ _flags = kADFlagMatchFullPaths;
}
const char *getEngineId() const override {
diff --git a/engines/agi/detection_tables.h b/engines/agi/detection_tables.h
index ec2be7efcb8..cd12f1c9fd5 100644
--- a/engines/agi/detection_tables.h
+++ b/engines/agi/detection_tables.h
@@ -672,7 +672,7 @@ static const AGIGameDescription gameDescriptions[] = {
// Mickey's Space Adventure
// Preagi game
GAMEpre_P("mickey", "", "1.pic", "b6ec04c91a05df374792872c4d4ce66d", 2489,
- "FLASHLIT.OOO", "d60a7b6ff96720037f7e88863f48c5d4", 97, 0x0000, GID_MICKEY, Common::kPlatformDOS),
+ "OBJ/FLASHLIT.OOO", "d60a7b6ff96720037f7e88863f48c5d4", 97, 0x0000, GID_MICKEY, Common::kPlatformDOS),
// Mixed-Up Mother Goose (Amiga) 1.1
// Problematic: crashes
More information about the Scummvm-git-logs
mailing list