From 3d72bcfa64aeb9c11179edc66a1755d8d5532a40 Mon Sep 17 00:00:00 2001 From: Kirben Date: Sun, 17 May 2015 15:42:20 +1000 Subject: CINE: Add English DOS demo of Operation Stealth. --- engines/cine/detection_tables.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'engines/cine/detection_tables.h') diff --git a/engines/cine/detection_tables.h b/engines/cine/detection_tables.h index 6069e3a99b..1188deb1a6 100644 --- a/engines/cine/detection_tables.h +++ b/engines/cine/detection_tables.h @@ -376,6 +376,20 @@ static const CINEGameDescription gameDescriptions[] = { 0, }, + { + { + "os", + "Demo", + AD_ENTRY1("demo_os", "043859e4cfe3977ad95b6efd00b21c62"), + Common::EN_GRB, + Common::kPlatformDOS, + ADGF_DEMO | ADGF_UNSTABLE, + GUIO0() + }, + GType_OS, + GF_DEMO, + }, + { { "os", -- cgit v1.2.3