aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gilbert2019-07-14 10:47:40 -0700
committerPaul Gilbert2019-07-14 10:47:52 -0700
commitb1ae4319e53b5cbf28ce66bd7457349a2daddb12 (patch)
treece29a5c9e66e8ce12b444a1d0d072af3da2ae152
parent649dadaedc55911ada3b0f62ae7fa56fccba893e (diff)
downloadscummvm-rg350-b1ae4319e53b5cbf28ce66bd7457349a2daddb12.tar.gz
scummvm-rg350-b1ae4319e53b5cbf28ce66bd7457349a2daddb12.tar.bz2
scummvm-rg350-b1ae4319e53b5cbf28ce66bd7457349a2daddb12.zip
GLK: TADS2: Fix duplicate detection
-rw-r--r--engines/glk/tads/detection_tables.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/glk/tads/detection_tables.h b/engines/glk/tads/detection_tables.h
index 626a111973..807be79360 100644
--- a/engines/glk/tads/detection_tables.h
+++ b/engines/glk/tads/detection_tables.h
@@ -121,7 +121,6 @@ const PlainGameDescriptor TADS2_GAME_LIST[] = {
{ "nbdemo", "The Singular, and Historically Inaccurate, Misadventures of Nobeard" },
{ "ninjaburger", "Ninja Burger" },
{ "ntts", "No Time To Squeal" },
- { "oncefuture", "Once and Future" },
{ "onefootdown", "One Foot Down" },
{ "onegotaway", "The One That Got Away" },
{ "pasttense", "Past Tense" },
@@ -435,7 +434,7 @@ const GlkDetectionEntry TADS_GAMES[] = {
DT_ENTRY0("zerosum", "286ede6ac6deaa588d98252ad9207013", 296769),
// TADS 2 - Commercial games
- DT_ENTRY0("oncefuture", "4ed995d0784520ca6f0ec5391d92f4d8", 909993),
+ DT_ENTRY0("onceandfuture", "4ed995d0784520ca6f0ec5391d92f4d8", 909993),
// TADS 2 - Adventions games
DT_ENTRY0("ccr", "2da7dba524075aed0167ae02e6484a32", 291305),