SCI: Uncomment Shivers2 which now will be detected with a Missing Code message

This commit is contained in:
Eugene Sandulenko 2023-07-13 15:48:20 +02:00
parent 2cf3b20954
commit ae288086e7
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -154,7 +154,7 @@ static const PlainGameDescriptor s_sciGameTitles[] = {
{"lsl7", "Leisure Suit Larry 7: Love for Sail!"},
{"lighthouse", "Lighthouse: The Dark Being"},
{"phantasmagoria2", "Phantasmagoria 2: A Puzzle of Flesh"},
//{"shivers2", "Shivers II: Harvest of Souls"}, // Not SCI
{"shivers2", "Shivers II: Harvest of Souls"}, // Not SCI
{"rama", "RAMA"},
{nullptr, nullptr}
};