From b1ae4319e53b5cbf28ce66bd7457349a2daddb12 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 14 Jul 2019 10:47:40 -0700 Subject: GLK: TADS2: Fix duplicate detection --- engines/glk/tads/detection_tables.h | 3 +-- 1 file changed, 1 insertion(+), 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), -- cgit v1.2.3