diff options
author | Travis Howell | 2009-05-03 07:00:21 +0000 |
---|---|---|
committer | Travis Howell | 2009-05-03 07:00:21 +0000 |
commit | 9d1b9d67d4150a617ea2e3a29509dbe0779898bb (patch) | |
tree | 3cf2272825fb778246ede65c83d34a2308de2daa | |
parent | fa019b0ee6a6a095184285a1e895f1beba0933a9 (diff) | |
download | scummvm-rg350-9d1b9d67d4150a617ea2e3a29509dbe0779898bb.tar.gz scummvm-rg350-9d1b9d67d4150a617ea2e3a29509dbe0779898bb.tar.bz2 scummvm-rg350-9d1b9d67d4150a617ea2e3a29509dbe0779898bb.zip |
Add DOS French demo of Gobliiins.
svn-id: r40256
-rw-r--r-- | engines/gob/detection.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
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", |