[Scummvm-cvs-logs] scummvm master -> e160f62ade8821a507e5d07551751a1a75308a53

dreammaster dreammaster at scummvm.org
Thu Jul 19 11:15:53 CEST 2012


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:
e160f62ade TSAGE: Changed '0' to 'ADGF_NO_FLAGS' in detection tables


Commit: e160f62ade8821a507e5d07551751a1a75308a53
    https://github.com/scummvm/scummvm/commit/e160f62ade8821a507e5d07551751a1a75308a53
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2012-07-19T02:14:20-07:00

Commit Message:
TSAGE: Changed '0' to 'ADGF_NO_FLAGS' in detection tables

Changed paths:
    engines/tsage/detection_tables.h



diff --git a/engines/tsage/detection_tables.h b/engines/tsage/detection_tables.h
index 02d4a6a..a84ee56 100644
--- a/engines/tsage/detection_tables.h
+++ b/engines/tsage/detection_tables.h
@@ -120,7 +120,7 @@ static const tSageGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("blue.rlb", "17eabb456cb1546c66baf1aff387ba6a", 10032614),
 			Common::EN_ANY,
 			Common::kPlatformPC,
-			0,
+			ADGF_NO_FLAGS,
 			GUIO2(GUIO_NOSPEECH, GUIO_NOSFX)
 		},
 		GType_BlueForce,






More information about the Scummvm-git-logs mailing list