SCI: Make use of new ADGF_PIRATED flag
svn-id: r52385
This commit is contained in:
parent
78278db7ed
commit
15e50a64b8
1 changed files with 2 additions and 6 deletions
|
@ -3111,7 +3111,6 @@ static const struct ADGameDescription SciGameDescriptions[] = {
|
|||
AD_LISTEND},
|
||||
Common::DE_DEU, Common::kPlatformAmiga, ADGF_ADDENGLISH, GUIO_NOSPEECH },
|
||||
|
||||
#if 0
|
||||
// Space Quest 4 - English DOS - THIS VERSION IS PIRATED/CRACKED AND REPACKAGED =DO NOT RE-ADD=
|
||||
// Executable scanning reports "1.000.753"
|
||||
// SCI interpreter version 1.000.200 (just a guess)
|
||||
|
@ -3119,8 +3118,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
|
|||
{"resource.map", 0, "a18088c8aceb06025dbc945f29e02935", 5124},
|
||||
{"resource.000", 0, "e1f46832cd2458796028e054a0466031", 5502009},
|
||||
AD_LISTEND},
|
||||
Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH },
|
||||
#endif
|
||||
Common::EN_ANY, Common::kPlatformPC, ADGF_PIRATED, GUIO_NOSPEECH },
|
||||
|
||||
// Space Quest 4 - English DOS
|
||||
// Executable scanning reports "1.000.753"
|
||||
|
@ -3289,7 +3287,6 @@ static const struct ADGameDescription SciGameDescriptions[] = {
|
|||
AD_LISTEND},
|
||||
Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH },
|
||||
|
||||
#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
|
||||
|
@ -3297,8 +3294,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
|
|||
{"resource.map", 0, "8bde0a9adb9a3e9aaa861826874c9834", 6473},
|
||||
{"resource.000", 0, "f4a48705764544d7cc64a7bb22a610df", 6025184},
|
||||
AD_LISTEND},
|
||||
Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH },
|
||||
#endif
|
||||
Common::EN_ANY, Common::kPlatformPC, ADGF_PIRATED, GUIO_NOSPEECH },
|
||||
|
||||
// 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue