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

tsoliman tarek at bashasoliman.com
Mon Dec 26 21:53:38 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:
2ec65882e8 KYRA: (EOB) Flag eob and eob2 with ADGF_UNSTABLE


Commit: 2ec65882e885730e05b074063ce71caaba7cd2fc
    https://github.com/scummvm/scummvm/commit/2ec65882e885730e05b074063ce71caaba7cd2fc
Author: Tarek Soliman (tsoliman at scummvm.org)
Date: 2011-12-26T12:52:38-08:00

Commit Message:
KYRA: (EOB) Flag eob and eob2 with ADGF_UNSTABLE

Changed paths:
    engines/kyra/detection_tables.h



diff --git a/engines/kyra/detection_tables.h b/engines/kyra/detection_tables.h
index 50a154d..ea95011 100644
--- a/engines/kyra/detection_tables.h
+++ b/engines/kyra/detection_tables.h
@@ -1454,7 +1454,7 @@ const KYRAGameDescription adGameDescs[] = {
 			},
 			Common::EN_ANY,
 			Common::kPlatformPC,
-			ADGF_NO_FLAGS,
+			ADGF_UNSTABLE,
 			GUIO3(GUIO_NOSPEECH, GUIO_MIDIADLIB, GUIO_MIDIPCSPK)
 		},
 		EOB_FLAGS
@@ -1470,7 +1470,7 @@ const KYRAGameDescription adGameDescs[] = {
 			},
 			Common::DE_DEU,
 			Common::kPlatformPC,
-			ADGF_NO_FLAGS,
+			ADGF_UNSTABLE,
 			GUIO3(GUIO_NOSPEECH, GUIO_MIDIADLIB, GUIO_MIDIPCSPK)
 		},
 		EOB_FLAGS
@@ -1486,7 +1486,7 @@ const KYRAGameDescription adGameDescs[] = {
 			},
 			Common::EN_ANY,
 			Common::kPlatformPC,
-			ADGF_NO_FLAGS,
+			ADGF_UNSTABLE,
 			GUIO3(GUIO_NOSPEECH, GUIO_MIDIADLIB, GUIO_MIDIPCSPK)
 		},
 		EOB2_FLAGS
@@ -1502,7 +1502,7 @@ const KYRAGameDescription adGameDescs[] = {
 			},
 			Common::DE_DEU,
 			Common::kPlatformPC,
-			ADGF_NO_FLAGS,
+			ADGF_UNSTABLE,
 			GUIO3(GUIO_NOSPEECH, GUIO_MIDIADLIB, GUIO_MIDIPCSPK)
 		},
 		EOB2_FLAGS






More information about the Scummvm-git-logs mailing list