[Scummvm-git-logs] scummvm master -> 35369baf3102373cd8f1ca3982427b025b31873b

elasota noreply at scummvm.org
Fri Jun 24 04:14:56 UTC 2022


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:
35369baf31 MTROPOLIS: Add unstable flags to everything


Commit: 35369baf3102373cd8f1ca3982427b025b31873b
    https://github.com/scummvm/scummvm/commit/35369baf3102373cd8f1ca3982427b025b31873b
Author: elasota (ejlasota at gmail.com)
Date: 2022-06-24T00:14:35-04:00

Commit Message:
MTROPOLIS: Add unstable flags to everything

Changed paths:
    engines/mtropolis/detection_tables.h


diff --git a/engines/mtropolis/detection_tables.h b/engines/mtropolis/detection_tables.h
index 638e502fc26..1d5f6e4b237 100644
--- a/engines/mtropolis/detection_tables.h
+++ b/engines/mtropolis/detection_tables.h
@@ -45,7 +45,7 @@ static const MTropolisGameDescription gameDescriptions[] = {
 			},
 			Common::EN_ANY,
 			Common::kPlatformMacintosh,
-			ADGF_NO_FLAGS,
+			ADGF_UNSTABLE,
 			GUIO0()
 		},
 		GID_OBSIDIAN,
@@ -73,7 +73,7 @@ static const MTropolisGameDescription gameDescriptions[] = {
 			},
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_NO_FLAGS,
+			ADGF_UNSTABLE,
 			GUIO0()
 		},
 		GID_OBSIDIAN,
@@ -100,7 +100,7 @@ static const MTropolisGameDescription gameDescriptions[] = {
 			},
 			Common::DE_DEU,
 			Common::kPlatformWindows,
-			ADGF_NO_FLAGS,
+			ADGF_UNSTABLE,
 			GUIO0()
 		},
 		GID_OBSIDIAN,
@@ -126,7 +126,7 @@ static const MTropolisGameDescription gameDescriptions[] = {
 			},
 			Common::EN_ANY,
 			Common::kPlatformMacintosh,
-			ADGF_DEMO,
+			ADGF_DEMO | ADGF_UNSTABLE,
 			GUIO0()
 		},
 		GID_OBSIDIAN,




More information about the Scummvm-git-logs mailing list