[Scummvm-git-logs] scummvm master -> 7d3d91685b4bc518875fa90337e77c08c54a1190
tag2015
noreply at scummvm.org
Fri Apr 7 08:57:45 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:
7d3d91685b AGI: Add detection entry for Police Quest 1 Spanish
Commit: 7d3d91685b4bc518875fa90337e77c08c54a1190
https://github.com/scummvm/scummvm/commit/7d3d91685b4bc518875fa90337e77c08c54a1190
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2023-04-07T10:56:55+02:00
Commit Message:
AGI: Add detection entry for Police Quest 1 Spanish
TRAC feature request #14369
Changed paths:
engines/agi/detection_tables.h
diff --git a/engines/agi/detection_tables.h b/engines/agi/detection_tables.h
index 69da4d43854..3171b81ba8d 100644
--- a/engines/agi/detection_tables.h
+++ b/engines/agi/detection_tables.h
@@ -719,6 +719,9 @@ static const AGIGameDescription gameDescriptions[] = {
// Police Quest 1 (PC) 2.0G 12/3/87; with Hebrew translation
GAME_LVFPN("pq1", "2.0G 1987-12-03", "PQ1.WAG", "59e1b2fb6d025968b8ed7388f107c7b5", -1, Common::HE_ISR, 0x2917, GF_EXTCHAR, GID_PQ1, Common::kPlatformDOS, GType_V2, GAMEOPTIONS_DEFAULT),
+ // Police Quest 1 (PC) 2.0G 12/3/87; with Spanish translation (TRAC #14369)
+ GAME_LPS("pq1", "2.0G 1987-12-03", "5d151f2f4c4e0675534d49b13529da3f", 360, Common::ES_ESP, 0x2917, GID_PQ1, Common::kPlatformDOS),
+
// Police Quest 1 (CoCo3 360k) [AGI 2.023]
GAME_PS("pq1", "", "28a077041f75aab78f66804800940085", 375, 0x2440, GID_PQ1, Common::kPlatformCoCo3),
More information about the Scummvm-git-logs
mailing list