[Scummvm-cvs-logs] scummvm master -> 2aab673251dbc5ced98c71b4a0ca6f2afbc0a04d

digitall dgturner at iee.org
Mon Jun 2 00:52:21 CEST 2014


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:
2aab673251 SCI: Add missed usage of AD_LISTEND in detection entry.


Commit: 2aab673251dbc5ced98c71b4a0ca6f2afbc0a04d
    https://github.com/scummvm/scummvm/commit/2aab673251dbc5ced98c71b4a0ca6f2afbc0a04d
Author: D G Turner (digitall at scummvm.org)
Date: 2014-06-01T23:56:27+01:00

Commit Message:
SCI: Add missed usage of AD_LISTEND in detection entry.

Changed paths:
    engines/sci/detection_tables.h



diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index ea57763..344298c 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -954,7 +954,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 	{"hoyle2", "", {
 		{"resource.map", 0, "1af1d3aa3cf564f93477c9f87e53f495", 1728},
 		{"resource.001", 0, "b73b8131669d69d41a326415e4519138", 482882},
-		{NULL, 0, NULL, 0}},
+		AD_LISTEND},
 		Common::EN_ANY, Common::kPlatformMacintosh, 0, GUIO5(GUIO_NOSPEECH, GAMEOPTION_EGA_UNDITHER, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI)	},
 
 #if 0 // TODO: unknown if these files are corrupt






More information about the Scummvm-git-logs mailing list