diff options
author | Sven Hesse | 2007-04-24 16:12:43 +0000 |
---|---|---|
committer | Sven Hesse | 2007-04-24 16:12:43 +0000 |
commit | bc0dcbfb58515aec1c332a5d3250f2448d841a5f (patch) | |
tree | 34cc0554f3351f3e02fcedab72da47df2812ef25 | |
parent | aa8fa78f623b8a20eaa496f16cd29193668c9cff (diff) | |
download | scummvm-rg350-bc0dcbfb58515aec1c332a5d3250f2448d841a5f.tar.gz scummvm-rg350-bc0dcbfb58515aec1c332a5d3250f2448d841a5f.tar.bz2 scummvm-rg350-bc0dcbfb58515aec1c332a5d3250f2448d841a5f.zip |
Added the italian floppy version of Gob3, as supplied by Paranoimia on #scummvm
svn-id: r26590
-rw-r--r-- | engines/gob/detection.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index 296a55ec22..d8e85287b8 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -762,6 +762,18 @@ static const GOBGameDescription gameDescriptions[] = { GF_GOB3, "intro" }, + { // Supplied by Paranoimia on #scummvm + { + "gob3", + "", + AD_ENTRY1s("intro.stk", "fe8144daece35538085adb59c2d29613", 159402), + IT_ITA, + kPlatformPC, + Common::ADGF_NO_FLAGS + }, + GF_GOB3, + "intro" + }, { { "gob3", |