[Scummvm-cvs-logs] scummvm master -> c3528b898dc2b0b03c5cd5d53562ab7cb22e269b

Strangerke Strangerke at scummvm.org
Tue Dec 31 18:02:25 CET 2013


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:
c3528b898d TSAGE: Add detection entry for R2R CD Demo


Commit: c3528b898dc2b0b03c5cd5d53562ab7cb22e269b
    https://github.com/scummvm/scummvm/commit/c3528b898dc2b0b03c5cd5d53562ab7cb22e269b
Author: Strangerke (strangerke at scummvm.org)
Date: 2013-12-31T08:43:56-08:00

Commit Message:
TSAGE: Add detection entry for R2R CD Demo

Changed paths:
    engines/tsage/detection_tables.h



diff --git a/engines/tsage/detection_tables.h b/engines/tsage/detection_tables.h
index 0f7f1e4..3449a57 100644
--- a/engines/tsage/detection_tables.h
+++ b/engines/tsage/detection_tables.h
@@ -171,7 +171,20 @@ static const tSageGameDescription gameDescriptions[] = {
 		GType_Ringworld2,
 		GF_CD | GF_ALT_REGIONS
 	},
-
+	// Return to Ringworld - Demo
+	{
+		{
+			"ringworld2",
+			"CD Demo",
+			AD_ENTRY1s("r2rw.rlb", "c8e1a82c67c3caf57368eadde13dc15f", 32384464),
+			Common::EN_ANY,
+			Common::kPlatformDOS,
+			ADGF_CD | ADGF_UNSTABLE,
+			GUIO0()
+		},
+		GType_Ringworld2,
+		GF_CD | GF_ALT_REGIONS | GF_DEMO
+	},
 	{ AD_TABLE_END_MARKER, 0, 0 }
 };
 






More information about the Scummvm-git-logs mailing list