From 56c4fc7a70a28ff7d0b1e1deca8d53db639ef24e Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Fri, 13 Aug 2010 13:33:29 +0000 Subject: SCI: commenting out sq5 beta detection entry svn-id: r52067 --- engines/sci/detection_tables.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 7274e9b881..a4c6f67826 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -3007,13 +3007,16 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH }, - // Space Quest 5 - English DOS +#if 0 + // Space Quest 5 - English DOS - THIS IS THE UNOFFICIAL BETA VERSION, WHICH IS OBVIOUSLY PIRATED AND CONTAINS MANY BUGS + // ffs. http://www.akril15.com/sr/sq5alt/sq5alt.html =DO NOT RE-ADD= // SCI interpreter version 1.001.067 {"sq5", "", { {"resource.map", 0, "8bde0a9adb9a3e9aaa861826874c9834", 6473}, {"resource.000", 0, "f4a48705764544d7cc64a7bb22a610df", 6025184}, AD_LISTEND}, Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH }, +#endif // Space Quest 5 v1.04 - German DOS (from Tobis87, updated information by markcool from bug reports #2723935 and #2724762) // SCI interpreter version 1.001.068 -- cgit v1.2.3