From d0142270b829a56f7c2c8d72ec5569da017ba4c4 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 25 Apr 2011 18:21:33 +1000 Subject: TSAGE: Added detection entry for Ringworld Demo --- engines/tsage/detection_tables.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/engines/tsage/detection_tables.h b/engines/tsage/detection_tables.h index f932c62367..952671b001 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 { -- cgit v1.2.3