From 9d1b9d67d4150a617ea2e3a29509dbe0779898bb Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 3 May 2009 07:00:21 +0000 Subject: Add DOS French demo of Gobliiins. svn-id: r40256 --- engines/gob/detection.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index 133823da81..fc7a0b8410 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -316,6 +316,20 @@ static const GOBGameDescription gameDescriptions[] = { 0, 0 }, + { // Supplied by goodoldgeorg in bug report #2785958 + { + "gob1", + "Interactive Demo", + AD_ENTRY1s("intro.stk", "35a098571af9a03c04e2303aec7c9249", 116582), + FR_FRA, + kPlatformPC, + ADGF_DEMO + }, + kGameTypeGob1, + kFeaturesNone, + 0, + 0 + }, { // Supplied by raina in the forums { "gob1", -- cgit v1.2.3