diff options
author | Sven Hesse | 2009-04-28 22:03:00 +0000 |
---|---|---|
committer | Sven Hesse | 2009-04-28 22:03:00 +0000 |
commit | c69208c0dac1f4996fcd8f53def81dc073217c71 (patch) | |
tree | ae3dfa59697a638a5a80f795e34f0d57adc30c8b /engines/gob | |
parent | 7661d82ace55e1795587ec305cc486c304267535 (diff) | |
download | scummvm-rg350-c69208c0dac1f4996fcd8f53def81dc073217c71.tar.gz scummvm-rg350-c69208c0dac1f4996fcd8f53def81dc073217c71.tar.bz2 scummvm-rg350-c69208c0dac1f4996fcd8f53def81dc073217c71.zip |
Added a Spanish Urban Runner
svn-id: r40188
Diffstat (limited to 'engines/gob')
-rw-r--r-- | engines/gob/detection.cpp | 26 |
1 files changed, 20 insertions, 6 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index 7dd3b6b8b9..8edd1604ba 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -2520,12 +2520,12 @@ static const GOBGameDescription gameDescriptions[] = { "lda1.stk", 0 }, - { // Supplied by goodoldgeorg in bug report #2770340 + { { "urban", "", - AD_ENTRY1s("intro.stk", "4bd31979ea3d77a58a358c09000a85ed", 1253018), - DE_DEU, + AD_ENTRY1s("intro.stk", "3ab2c542bd9216ae5d02cc6f45701ae1", 1252436), + EN_USA, kPlatformPC, ADGF_NO_FLAGS }, @@ -2534,12 +2534,26 @@ static const GOBGameDescription gameDescriptions[] = { 0, 0 }, - { + { // Supplied by jvprat on #scummvm { "urban", "", - AD_ENTRY1s("intro.stk", "3ab2c542bd9216ae5d02cc6f45701ae1", 1252436), - EN_USA, + AD_ENTRY1s("intro.stk", "4ec3c0864e2b54c5b4ccf9f6ad96528d", 1253328), + ES_ESP, + kPlatformPC, + ADGF_NO_FLAGS + }, + kGameTypeUrban, + kFeatures640, + 0, + 0 + }, + { // Supplied by goodoldgeorg in bug report #2770340 + { + "urban", + "", + AD_ENTRY1s("intro.stk", "4bd31979ea3d77a58a358c09000a85ed", 1253018), + DE_DEU, kPlatformPC, ADGF_NO_FLAGS }, |