[Scummvm-git-logs] scummvm master -> c9428b441aee2f2067225c78db1c58a47e4ffec1

aquadran noreply at scummvm.org
Sun Jul 31 08:55:53 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:
c9428b441a ICB: Mark game as unstable


Commit: c9428b441aee2f2067225c78db1c58a47e4ffec1
    https://github.com/scummvm/scummvm/commit/c9428b441aee2f2067225c78db1c58a47e4ffec1
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2022-07-31T10:55:49+02:00

Commit Message:
ICB: Mark game as unstable

Changed paths:
    engines/icb/detection.cpp


diff --git a/engines/icb/detection.cpp b/engines/icb/detection.cpp
index 6aaef2f6d6e..e53094284bc 100644
--- a/engines/icb/detection.cpp
+++ b/engines/icb/detection.cpp
@@ -44,7 +44,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("engine.exe", "0c4a7a5046ec13ccac89ab3f959cc217", 837632),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
-		ADGF_NO_FLAGS,
+		ADGF_UNSTABLE,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -56,7 +56,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("engine.exe", "94222e343795853b0aa59cb9876415ae", 827392),
 		Common::EN_GRB,
 		Common::kPlatformWindows,
-		ADGF_DEMO,
+		ADGF_DEMO | ADGF_UNSTABLE,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -68,7 +68,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("engine.exe", "d0702069d95423107463001b99a19e73", 939520),
 		Common::EN_USA,
 		Common::kPlatformWindows,
-		ADGF_DEMO,
+		ADGF_DEMO | ADGF_UNSTABLE,
 		GUIO1(GUIO_NONE)
 	},
 




More information about the Scummvm-git-logs mailing list