From 497b8b4df5aa0e7d7217878bc24367bcfd521c75 Mon Sep 17 00:00:00 2001 From: D G Turner Date: Sun, 15 Sep 2019 09:53:28 +0100 Subject: GLK: FROTZ: Change GameID to avoid Conflict with Pegasus Prime Engine The game id "pegasus" was already used for the Journeyman Project Pegasus Prime engine, so this caused a detection conflict. Fixes bug #11146. --- engines/glk/frotz/detection_tables.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/glk/frotz') diff --git a/engines/glk/frotz/detection_tables.h b/engines/glk/frotz/detection_tables.h index 779e8ebc5b..ea16047d1a 100644 --- a/engines/glk/frotz/detection_tables.h +++ b/engines/glk/frotz/detection_tables.h @@ -519,7 +519,7 @@ const PlainGameDescriptor ZCODE_GAME_LIST[] = { { "parc", "Parc" }, { "pathway", "Pathway to Destruction" }, { "peacock", "Not Made With Hands" }, - { "pegasus", "Pegasus" }, + { "zpegasus", "Pegasus" }, { "pentari", "Pentari" }, { "perilousmagic", "Perilous Magic" }, { "perrysworld", "Perry's World" }, @@ -1557,7 +1557,7 @@ const FrotzGameDescription FROTZ_GAMES[] = { ENTRY0("parc", "111115", "bd8698030864dacbf494226fc6b9dd0c", 98816), ENTRY0("pathway", "080511", "8eb9bc735afa30d84fd4f913fc29bbc3", 264192), ENTRY0("peacock", "000208", "5a4cdec49d14f905013ad9ae35ba17f8", 78336), - ENTRY0("pegasus", "130708", "f65a086805d473b3ccbfb9971383ef65", 417200), + ENTRY0("zpegasus", "130708", "f65a086805d473b3ccbfb9971383ef65", 417200), ENTRY0("pentari", "030206", "3879d37f7417f6ce2a0acb96faf00c86", 91136), ENTRY0("perilousmagic", "990821", "56901ae08078fc15fb74a50e48101bbf", 66560), ENTRY0("perrysworld", "070501", "6466fe74c657f960521237d5a3274b05", 124300), -- cgit v1.2.3