diff options
| author | Sven Hesse | 2011-05-04 21:14:19 +0200 | 
|---|---|---|
| committer | Sven Hesse | 2011-05-04 21:22:05 +0200 | 
| commit | db0ea839c11a71ac1589fac30811f8e6268ab195 (patch) | |
| tree | 11f095159c53b39bfb944d22ecf4a8649c0cd385 | |
| parent | 24341a19bb3d3e682c96696d131bb496ed948f78 (diff) | |
| download | scummvm-rg350-db0ea839c11a71ac1589fac30811f8e6268ab195.tar.gz scummvm-rg350-db0ea839c11a71ac1589fac30811f8e6268ab195.tar.bz2 scummvm-rg350-db0ea839c11a71ac1589fac30811f8e6268ab195.zip | |
GOB: Add another Italian Urban Runner version
As supplied by alex86r in bug report #3297602.
(cherry picked from commit 31818ad4fd42c9a0689eed30a44ab7b846e52d1e)
| -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", | 
