From 1b3295f2edffe726de928f601bc4f641a5b40c05 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sun, 6 Nov 2022 19:18:55 +0200 Subject: [PATCH] SCI: Adapt the KQ1 title for uniformity and ease of usage --- engines/sci/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/sci/detection.cpp b/engines/sci/detection.cpp index a18f5c90d09..d79c849ab41 100644 --- a/engines/sci/detection.cpp +++ b/engines/sci/detection.cpp @@ -89,7 +89,7 @@ static const PlainGameDescriptor s_sciGameTitles[] = { {"sq3", "Space Quest III: The Pirates of Pestulon"}, // === SCI01 games ======================================================== {"qfg2", "Quest for Glory II: Trial by Fire"}, - {"kq1sci", "Roberta Williams' King's Quest I: Quest for the Crown"}, // Note: There was also an AGI version of this called King's Quest: Quest for the Crown + {"kq1sci", "King's Quest I: Quest for the Crown"}, // Note: There was also an AGI version of this called King's Quest: Quest for the Crown // === SCI1 games ========================================================= {"castlebrain", "Castle of Dr. Brain"}, {"christmas1990", "Christmas Card 1990: The Seasoned Professional"},