diff options
author | Sven Hesse | 2009-04-28 22:04:03 +0000 |
---|---|---|
committer | Sven Hesse | 2009-04-28 22:04:03 +0000 |
commit | d62b4c62c4521b21067289ff879ef8cb1f85bba3 (patch) | |
tree | f33cd1d508104764e43c3f01867c80610c8e3b85 /engines | |
parent | c69208c0dac1f4996fcd8f53def81dc073217c71 (diff) | |
download | scummvm-rg350-d62b4c62c4521b21067289ff879ef8cb1f85bba3.tar.gz scummvm-rg350-d62b4c62c4521b21067289ff879ef8cb1f85bba3.tar.bz2 scummvm-rg350-d62b4c62c4521b21067289ff879ef8cb1f85bba3.zip |
Reorder :P
svn-id: r40189
Diffstat (limited to 'engines')
-rw-r--r-- | engines/gob/detection.cpp | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index 8edd1604ba..32ed6078cf 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -2534,6 +2534,20 @@ static const GOBGameDescription gameDescriptions[] = { 0, 0 }, + { // Supplied by gamin in the forums + { + "urban", + "", + AD_ENTRY1s("intro.stk", "b991ed1d31c793e560edefdb349882ef", 1276408), + FR_FRA, + kPlatformPC, + ADGF_NO_FLAGS + }, + kGameTypeUrban, + kFeatures640, + 0, + 0 + }, { // Supplied by jvprat on #scummvm { "urban", @@ -2693,20 +2707,6 @@ static const GOBGameDescription gameDescriptions[] = { 0, "s.scn" }, - { // Supplied by gamin in the forums - { - "urban", - "", - AD_ENTRY1s("intro.stk", "b991ed1d31c793e560edefdb349882ef", 1276408), - FR_FRA, - kPlatformPC, - ADGF_NO_FLAGS - }, - kGameTypeUrban, - kFeatures640, - 0, - 0 - }, { { "adibou4", |