diff options
author | aviloria | 2019-08-12 08:05:30 +0200 |
---|---|---|
committer | Filippos Karapetis | 2019-08-12 21:31:08 +0300 |
commit | 0fd412ca16a1458540cf0f1f0271a29a0e002432 (patch) | |
tree | 17a48a7158397fbdf813db202767705af6fa51ab /engines/tsage | |
parent | bb434ee3e15812525254c8a90d13ca0cf8bb49dc (diff) | |
download | scummvm-rg350-0fd412ca16a1458540cf0f1f0271a29a0e002432.tar.gz scummvm-rg350-0fd412ca16a1458540cf0f1f0271a29a0e002432.tar.bz2 scummvm-rg350-0fd412ca16a1458540cf0f1f0271a29a0e002432.zip |
TSAGE: Removed "pirated" flag from Spanish fanmade translation
TSAGE: Removed "pirated" flag from Spanish fanmade translation
Diffstat (limited to 'engines/tsage')
-rw-r--r-- | engines/tsage/detection_tables.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/engines/tsage/detection_tables.h b/engines/tsage/detection_tables.h index ff3cbf1538..1a61537c3e 100644 --- a/engines/tsage/detection_tables.h +++ b/engines/tsage/detection_tables.h @@ -186,8 +186,7 @@ static const tSageGameDescription gameDescriptions[] = { GF_CD | GF_ALT_REGIONS | GF_DEMO }, - // Return to Ringworld. Spanish fan translation. They provide the entire game for download, - // so it's being treated as pirated, and not supported + // Return to Ringworld. Spanish fan translation. { { "ringworld2", @@ -195,7 +194,7 @@ static const tSageGameDescription gameDescriptions[] = { AD_ENTRY1s("r2rw.rlb", "05f9af7b0153a0c5727022dc0122d02b", 47678672), Common::ES_ESP, Common::kPlatformDOS, - ADGF_CD | ADGF_PIRATED, + ADGF_CD, GUIO0() }, GType_Ringworld2, |