From c8a06bed4064377474c78ac58907a3a8609780e4 Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Thu, 27 Jul 2017 20:42:17 -0500 Subject: SCI32: Fix Phant2 game name The game was originally titled "Phantasmagoria: A Puzzle of Flesh", but the publisher now seem to be titling it "Phantasmagoria 2: A Puzzle of Flesh". It was never referred to using roman numerals in any release as far as I can find (the French "Fatal Obsessions" release was just "Phantasmagoria: Obsessions Fatales"). --- engines/sci/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sci') diff --git a/engines/sci/detection.cpp b/engines/sci/detection.cpp index fe95b0cf2f..17a1ece3e1 100644 --- a/engines/sci/detection.cpp +++ b/engines/sci/detection.cpp @@ -126,7 +126,7 @@ static const PlainGameDescriptor s_sciGameTitles[] = { // === SCI3 games ========================================================= {"lsl7", "Leisure Suit Larry 7: Love for Sail!"}, {"lighthouse", "Lighthouse: The Dark Being"}, - {"phantasmagoria2", "Phantasmagoria II: A Puzzle of Flesh"}, + {"phantasmagoria2", "Phantasmagoria 2: A Puzzle of Flesh"}, //{"shivers2", "Shivers II: Harvest of Souls"}, // Not SCI {"rama", "RAMA"}, {0, 0} -- cgit v1.2.3