diff options
author | Sven Hesse | 2011-05-04 21:14:19 +0200 |
---|---|---|
committer | Sven Hesse | 2011-05-04 21:14:19 +0200 |
commit | 31818ad4fd42c9a0689eed30a44ab7b846e52d1e (patch) | |
tree | b1cd54ae73dd857260d330880ab4099ede0c757e /engines/gob | |
parent | d65479a9d7c6248f499c0ea4ced97232b91ff6e6 (diff) | |
download | scummvm-rg350-31818ad4fd42c9a0689eed30a44ab7b846e52d1e.tar.gz scummvm-rg350-31818ad4fd42c9a0689eed30a44ab7b846e52d1e.tar.bz2 scummvm-rg350-31818ad4fd42c9a0689eed30a44ab7b846e52d1e.zip |
GOB: Add another Italian Urban Runner version
As supplied by alex86r in bug report #3297602.
Diffstat (limited to 'engines/gob')
-rw-r--r-- | engines/gob/detection_tables.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/engines/gob/detection_tables.h b/engines/gob/detection_tables.h index b12fb81be1..fea32ec0a5 100644 --- a/engines/gob/detection_tables.h +++ b/engines/gob/detection_tables.h @@ -3779,6 +3779,20 @@ static const GOBGameDescription gameDescriptions[] = { kFeatures640x480 | kFeaturesTrueColor, 0, 0, 0 }, + { // Supplied by alex86r in bug report #3297602 + { + "urban", + "", + AD_ENTRY1s("intro.stk", "4e4a3c017fe5475353bf94c455fe3efd", 1253448), + IT_ITA, + kPlatformPC, + ADGF_NO_FLAGS, + GUIO_NOSUBTITLES | GUIO_NOSPEECH + }, + kGameTypeUrban, + kFeatures640x480 | kFeaturesTrueColor, + 0, 0, 0 + }, { // Supplied by goodoldgeorg in bug report #2770340 { "urban", |