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

dreammaster dreammaster at scummvm.org
Mon Apr 25 10:25:49 CEST 2011


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:
d0142270b8 TSAGE: Added detection entry for Ringworld Demo


Commit: d0142270b829a56f7c2c8d72ec5569da017ba4c4
    https://github.com/scummvm/scummvm/commit/d0142270b829a56f7c2c8d72ec5569da017ba4c4
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2011-04-25T01:24:25-07:00

Commit Message:
TSAGE: Added detection entry for Ringworld Demo

Changed paths:
    engines/tsage/detection_tables.h



diff --git a/engines/tsage/detection_tables.h b/engines/tsage/detection_tables.h
index f932c62..952671b 100644
--- a/engines/tsage/detection_tables.h
+++ b/engines/tsage/detection_tables.h
@@ -69,6 +69,20 @@ static const tSageGameDescription gameDescriptions[] = {
 		GType_Ringworld,
 		GF_FLOPPY
 	},
+	// Ringworld English Floppy Demo version
+	{
+		{
+			"ring",
+			"Floppy Demo",
+			AD_ENTRY1s("demoring.rlb", "9ecf48e088a0d475778fab480b3dbdd0", 832206),
+			Common::EN_ANY,
+			Common::kPlatformPC,
+			ADGF_DEMO,
+			Common::GUIO_NONE
+		},
+		GType_Ringworld,
+		GF_FLOPPY | GF_DEMO
+	},
 
 	// Blue Force
 	{






More information about the Scummvm-git-logs mailing list