diff options
author | Sven Hesse | 2011-03-20 10:13:26 +0100 |
---|---|---|
committer | Sven Hesse | 2011-03-20 10:14:31 +0100 |
commit | e6c8d151f90b0d517d17c06202cd39e4b236ac90 (patch) | |
tree | f43e9fc054cff7291ae4b2628cd2e8d8d870fb0d | |
parent | 27e2201ce24e1408f25da4fa428bd7b55505cbd5 (diff) | |
download | scummvm-rg350-e6c8d151f90b0d517d17c06202cd39e4b236ac90.tar.gz scummvm-rg350-e6c8d151f90b0d517d17c06202cd39e4b236ac90.tar.bz2 scummvm-rg350-e6c8d151f90b0d517d17c06202cd39e4b236ac90.zip |
GOB: Add another US version of Urban Runner
As supplied by Collector9 in bug report #3228040
-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 d81ed124d1..b12fb81be1 100644 --- a/engines/gob/detection_tables.h +++ b/engines/gob/detection_tables.h @@ -3723,6 +3723,20 @@ static const GOBGameDescription gameDescriptions[] = { kFeatures640x480 | kFeaturesTrueColor, 0, 0, 0 }, + { // Supplied by Collector9 in bug report #3228040 + { + "urban", + "", + AD_ENTRY1s("intro.stk", "6ce3d878178932053267237ec4843ce1", 1252518), + EN_USA, + kPlatformPC, + ADGF_NO_FLAGS, + GUIO_NOSUBTITLES | GUIO_NOSPEECH + }, + kGameTypeUrban, + kFeatures640x480 | kFeaturesTrueColor, + 0, 0, 0 + }, { // Supplied by gamin in the forums { "urban", |