[Scummvm-git-logs] scummvm master -> 0fd412ca16a1458540cf0f1f0271a29a0e002432

bluegr bluegr at gmail.com
Mon Aug 12 20:31:12 CEST 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
0fd412ca16 TSAGE: Removed "pirated" flag from Spanish fanmade translation


Commit: 0fd412ca16a1458540cf0f1f0271a29a0e002432
    https://github.com/scummvm/scummvm/commit/0fd412ca16a1458540cf0f1f0271a29a0e002432
Author: aviloria (aviloria at yahoo.com)
Date: 2019-08-12T21:31:08+03:00

Commit Message:
TSAGE: Removed "pirated" flag from Spanish fanmade translation

TSAGE: Removed "pirated" flag from Spanish fanmade translation

Changed paths:
    engines/tsage/detection_tables.h


diff --git a/engines/tsage/detection_tables.h b/engines/tsage/detection_tables.h
index ff3cbf1..1a61537 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,





More information about the Scummvm-git-logs mailing list