[Scummvm-git-logs] scummvm master -> 84f449763a879b218b4f2b1e871bb63424dcfba5
sev-
noreply at scummvm.org
Mon Mar 14 17:20:45 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:
84f449763a GLK: AGT: Fix duplicate gameid
Commit: 84f449763a879b218b4f2b1e871bb63424dcfba5
https://github.com/scummvm/scummvm/commit/84f449763a879b218b4f2b1e871bb63424dcfba5
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2022-03-14T18:20:30+01:00
Commit Message:
GLK: AGT: Fix duplicate gameid
Changed paths:
engines/glk/agt/detection_tables.h
diff --git a/engines/glk/agt/detection_tables.h b/engines/glk/agt/detection_tables.h
index 79da6faed44..d3bafff8f01 100644
--- a/engines/glk/agt/detection_tables.h
+++ b/engines/glk/agt/detection_tables.h
@@ -124,7 +124,7 @@ const PlainGameDescriptor AGT_GAME_LIST[] = {
{ "sonofstagefright", "Son of Stagefright" },
{ "spatent", "The Spatent Obstruction" },
{ "squynchia", "The Squynchia Adventure" },
- { "stiffy", "The Incredible Erotic Adventures of Stiffy Makane!" },
+ { "agtstiffy", "The Incredible Erotic Adventures of Stiffy Makane!" },
{ "storms1", "Storms I" },
{ "susan", "Susan (A Lustful Game)" },
{ "tamoret", "Tamoret" },
@@ -251,7 +251,7 @@ const GlkDetectionEntry AGT_GAMES[] = {
DT_ENTRY0("sonofstagefright", "9527fa27e910470deac8ffbcb29e2427", 116640),
DT_ENTRY0("spatent", "acc4c60cbb9d0239ab9b1900b239771a", 85455),
DT_ENTRY0("squynchia", "e9e5c99ee87f3b38a9ea8e7fdd1ed79f", 81000),
- DT_ENTRY0("stiffy", "a7f1902ab7aa9972ca46d5b36d06d2b1", 32805),
+ DT_ENTRY0("agtstiffy", "a7f1902ab7aa9972ca46d5b36d06d2b1", 32805),
DT_ENTRY0("storms1", "8567c2db37c80f015a950ef80d299a0a", 111942),
DT_ENTRY0("susan", "cb71705848aabcac90e7ea9e911ceee9", 15633),
DT_ENTRY0("tamoret", "3de37497ed763a58093e556a963ca14e", 156816),
More information about the Scummvm-git-logs
mailing list