[Scummvm-cvs-logs] scummvm master -> 3d72bcfa64aeb9c11179edc66a1755d8d5532a40

Kirben kirben at optusnet.com.au
Sun May 17 07:43:49 CEST 2015


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:
3d72bcfa64 CINE: Add English DOS demo of Operation Stealth.


Commit: 3d72bcfa64aeb9c11179edc66a1755d8d5532a40
    https://github.com/scummvm/scummvm/commit/3d72bcfa64aeb9c11179edc66a1755d8d5532a40
Author: Kirben (kirben at optusnet.com.au)
Date: 2015-05-17T15:42:20+10:00

Commit Message:
CINE: Add English DOS demo of Operation Stealth.

Changed paths:
    engines/cine/detection_tables.h



diff --git a/engines/cine/detection_tables.h b/engines/cine/detection_tables.h
index 6069e3a..1188deb 100644
--- a/engines/cine/detection_tables.h
+++ b/engines/cine/detection_tables.h
@@ -379,6 +379,20 @@ static const CINEGameDescription gameDescriptions[] = {
 	{
 		{
 			"os",
+			"Demo",
+			AD_ENTRY1("demo_os", "043859e4cfe3977ad95b6efd00b21c62"),
+			Common::EN_GRB,
+			Common::kPlatformDOS,
+			ADGF_DEMO | ADGF_UNSTABLE,
+			GUIO0()
+		},
+		GType_OS,
+		GF_DEMO,
+	},
+
+	{
+		{
+			"os",
 			"",
 			AD_ENTRY1("procs0", "a9da5531ead0ebf9ad387fa588c0cbb0"),
 			Common::EN_GRB,






More information about the Scummvm-git-logs mailing list