[Scummvm-git-logs] scummvm master -> d8a804cbe7425325e12575f96f0d0f20fc28c381
dreammaster
paulfgilbert at gmail.com
Sat Sep 28 19:55:50 CEST 2019
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:
d8a804cbe7 GLK: FROTZ: Fix game Id clashes
Commit: d8a804cbe7425325e12575f96f0d0f20fc28c381
https://github.com/scummvm/scummvm/commit/d8a804cbe7425325e12575f96f0d0f20fc28c381
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2019-09-28T10:55:35-07:00
Commit Message:
GLK: FROTZ: Fix game Id clashes
Changed paths:
engines/glk/frotz/detection_tables.h
diff --git a/engines/glk/frotz/detection_tables.h b/engines/glk/frotz/detection_tables.h
index ea16047..8088402 100644
--- a/engines/glk/frotz/detection_tables.h
+++ b/engines/glk/frotz/detection_tables.h
@@ -253,7 +253,7 @@ const PlainGameDescriptor ZCODE_GAME_LIST[] = {
{ "debate", "Debate" },
{ "deephome", "Deephome" },
{ "degeneracy", "Degeneracy" },
- { "dejavu", "Deja Vu" },
+ { "dejavuz", "Deja Vu" },
{ "deliciousbreakfast", "Delicious Breakfast" },
{ "delusions", "Delusions" },
{ "detective", "Detective" },
@@ -579,7 +579,7 @@ const PlainGameDescriptor ZCODE_GAME_LIST[] = {
{ "scopa", "Scopa, a graphical (Z-code V6) card game" },
{ "finalselection", "Final Selection" },
{ "sfiction", "Speculative Fiction: Beginner's Lessons" },
- { "shadowgate", "Shadowgate" },
+ { "shadowgatez", "Shadowgate" },
{ "sherlock1", "Sherlock gamebook #1: Murder at the Diogenes Club" },
{ "sherlock2", "Sherlock gamebook #2: The Black River Emerald" },
{ "sherlock3", "Sherlock gamebook #3: Death at Appledore Towers" },
@@ -1283,7 +1283,7 @@ const FrotzGameDescription FROTZ_GAMES[] = {
ENTRY0("debate", "070412", "bc1c6db5b5fe43d6d11982907debeed4", 162816),
ENTRY0("deephome", "991210", "d30357d2b08ab21e8f2da0e74a3c87d7", 133120),
ENTRY0("degeneracy", "010331", "d42d960bcfc2a8e1fadc809b31c96f02", 167424),
- ENTRY0("dejavu", "930921", "ece489ece5cffa0b8575f44e094a115e", 22500),
+ ENTRY0("dejavuz", "930921", "ece489ece5cffa0b8575f44e094a115e", 22500),
ENTRY0("deliciousbreakfast", "111015", "393e71995dbb13c23a1b5dd5403341d7", 152852),
ENTRY0("delusions", "971121", "8e78eef73d07048d99514bab624fb9aa", 193024),
ENTRY0("detective", "000715", "c09fde6c6777c2c422de18668cf986a2", 108032),
@@ -1613,7 +1613,7 @@ const FrotzGameDescription FROTZ_GAMES[] = {
ENTRY0("scopa", "110321", "621b223a5f02c7e49d18ae0d6b588d19", 101376),
ENTRY0("finalselection", "061009", "2dd1a94db68abf9626f55e8bd6fa91a7", 151040),
ENTRY0("sfiction", "120706", "662d83be00d1a832e37bdedc565c1a71", 275968),
- ENTRY0("shadowgate", "040616", "9015104db32c046798870273f0754d3c", 141824),
+ ENTRY0("shadowgatez", "040616", "9015104db32c046798870273f0754d3c", 141824),
ENTRY0("sherlock1", "021024", "97577dc5e6be837277acd5c134620d92", 230912),
ENTRY0("sherlock2", "021101", "b4e67e63abe681449d5cc727b161e4ea", 285794),
ENTRY0("sherlock3", "021114", "605303b5dfddc04e590e6f060369463f", 220672),
More information about the Scummvm-git-logs
mailing list