diff options
author | Kirben | 2015-05-17 15:42:20 +1000 |
---|---|---|
committer | Kirben | 2015-05-17 15:42:20 +1000 |
commit | 3d72bcfa64aeb9c11179edc66a1755d8d5532a40 (patch) | |
tree | d874f62aa939dd54305dc1ef49db6449f18d8a9b /engines/cine | |
parent | 55049c5bcddbb13b170936b020f59f775080bae9 (diff) | |
download | scummvm-rg350-3d72bcfa64aeb9c11179edc66a1755d8d5532a40.tar.gz scummvm-rg350-3d72bcfa64aeb9c11179edc66a1755d8d5532a40.tar.bz2 scummvm-rg350-3d72bcfa64aeb9c11179edc66a1755d8d5532a40.zip |
CINE: Add English DOS demo of Operation Stealth.
Diffstat (limited to 'engines/cine')
-rw-r--r-- | engines/cine/detection_tables.h | 14 |
1 files changed, 14 insertions, 0 deletions
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 @@ -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, |