[Scummvm-cvs-logs] scummvm master -> 004df22752b47e26f757100b6faac04dd7b707e0

DrMcCoy drmccoy at drmccoy.de
Fri Mar 18 21:29:47 CET 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
004df22752 GOB: Add an Italian version of Urban Runner


Commit: 004df22752b47e26f757100b6faac04dd7b707e0
    https://github.com/scummvm/scummvm/commit/004df22752b47e26f757100b6faac04dd7b707e0
Author: Sven Hesse (drmccoy at users.sourceforge.net)
Date: 2011-03-18T13:24:50-07:00

Commit Message:
GOB: Add an Italian version of Urban Runner

As supplied by "Alex" on my Gobsmacked blog:
<http://drmccoy.de/gobsmacked/?p=407&cpage=1#comment-2070>

Changed paths:
    engines/gob/detection_tables.h



diff --git a/engines/gob/detection_tables.h b/engines/gob/detection_tables.h
index 43f15b8..c779d5d 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",






More information about the Scummvm-git-logs mailing list