From 004df22752b47e26f757100b6faac04dd7b707e0 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Fri, 18 Mar 2011 21:24:50 +0100 Subject: GOB: Add an Italian version of Urban Runner As supplied by "Alex" on my Gobsmacked blog: --- engines/gob/detection_tables.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'engines/gob/detection_tables.h') diff --git a/engines/gob/detection_tables.h b/engines/gob/detection_tables.h index 43f15b8845..c779d5d764 100644 --- a/engines/gob/detection_tables.h +++ b/engines/gob/detection_tables.h @@ -3751,6 +3751,20 @@ static const GOBGameDescription gameDescriptions[] = { kFeatures640x480 | kFeaturesTrueColor, 0, 0, 0 }, + { // Supplied by Alex on the gobsmacked blog + { + "urban", + "", + AD_ENTRY1s("intro.stk", "9ea647085a16dd0fb9ecd84cd8778ec9", 1253436), + IT_ITA, + kPlatformPC, + ADGF_NO_FLAGS, + GUIO_NOSUBTITLES | GUIO_NOSPEECH + }, + kGameTypeUrban, + kFeatures640x480 | kFeaturesTrueColor, + 0, 0, 0 + }, { // Supplied by goodoldgeorg in bug report #2770340 { "urban", -- cgit v1.2.3