From 0fd412ca16a1458540cf0f1f0271a29a0e002432 Mon Sep 17 00:00:00 2001 From: aviloria Date: Mon, 12 Aug 2019 08:05:30 +0200 Subject: TSAGE: Removed "pirated" flag from Spanish fanmade translation TSAGE: Removed "pirated" flag from Spanish fanmade translation--- engines/tsage/detection_tables.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'engines/tsage') 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, -- cgit v1.2.3