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

lotharsm noreply at scummvm.org
Fri Dec 15 12:55:07 UTC 2023


This automated email contains information about 9 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
0adb48f685 EFH: Clear ADGF_TESTING flags
fe5c32f335 FREESCAPE: Clear ADGF_TESTING flags
3e61407d75 GOB: Clear ADGF_TESTING flags
878fcfecd5 KINGDOM: Clear ADGF_TESTING flags
203a2878e1 MM: Clear ADGF_TESTING flags
c3bd6b060f MTROPOLIS: Clear ADGF_TESTING flags
38a4db8a41 NANCY: Clear ADGF_TESTING flags
70e5c6370d TETRAEDGE: Clear ADGF_TESTING flags
d077bb0b52 VCRUISE: Clear ADGF_TESTING flags


Commit: 0adb48f6853ba6758a425236ab9580b2262ff71a
    https://github.com/scummvm/scummvm/commit/0adb48f6853ba6758a425236ab9580b2262ff71a
Author: Lothar Serra Mari (mail at serra.me)
Date: 2023-12-15T13:36:05+01:00

Commit Message:
EFH: Clear ADGF_TESTING flags

Changed paths:
    engines/efh/detection.cpp


diff --git a/engines/efh/detection.cpp b/engines/efh/detection.cpp
index 41394b5c9c7..cb6fd0eef88 100644
--- a/engines/efh/detection.cpp
+++ b/engines/efh/detection.cpp
@@ -39,7 +39,7 @@ static const ADGameDescription gameDescriptions[] = {
 		"efh", nullptr, AD_ENTRY1s("escape.exe", "2702f8f713e113a853a925d29aecc709", 147312),
 		Common::EN_ANY,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO0()
 	},
 	// Escape From Hell English
@@ -47,7 +47,7 @@ static const ADGameDescription gameDescriptions[] = {
 		"efh", nullptr, AD_ENTRY1s("escape.exe", "1ca4ae3f2ea66c30d1ef3e257a86cd05", 141487),
 		Common::EN_ANY,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO0()
 	},
 	AD_TABLE_END_MARKER


Commit: fe5c32f33556c3b9cfe6b9d1f2796f14f3a002ae
    https://github.com/scummvm/scummvm/commit/fe5c32f33556c3b9cfe6b9d1f2796f14f3a002ae
Author: Lothar Serra Mari (mail at serra.me)
Date: 2023-12-15T13:37:50+01:00

Commit Message:
FREESCAPE: Clear ADGF_TESTING flags

Changed paths:
    engines/freescape/detection.cpp


diff --git a/engines/freescape/detection.cpp b/engines/freescape/detection.cpp
index e70aa5ac127..fac975dec38 100644
--- a/engines/freescape/detection.cpp
+++ b/engines/freescape/detection.cpp
@@ -317,7 +317,7 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::EN_ANY,
 		Common::kPlatformAmiga,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NOMIDI)
 	},
 	// Cinemaware release
@@ -360,7 +360,7 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::EN_ANY,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO3(GUIO_NOMIDI, GUIO_RENDEREGA, GUIO_RENDERCGA)
 	},
 	{
@@ -375,7 +375,7 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::EN_ANY,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO3(GUIO_NOMIDI, GUIO_RENDEREGA, GUIO_RENDERCGA)
 	},
 	{
@@ -390,7 +390,7 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::EN_ANY,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO3(GUIO_NOMIDI, GUIO_RENDEREGA, GUIO_RENDERCGA)
 	},
 	{
@@ -405,7 +405,7 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::EN_ANY,
 		Common::kPlatformDOS,
-		ADGF_TESTING | ADGF_DEMO,
+		ADGF_DEMO,
 		GUIO3(GUIO_NOMIDI, GUIO_RENDEREGA, GUIO_RENDERCGA)
 	},
 	{
@@ -417,7 +417,7 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::EN_ANY,
 		Common::kPlatformZX,
-		ADGF_TESTING | ADGF_DEMO,
+		ADGF_DEMO,
 		GUIO1(GUIO_NOMIDI)
 	},
 	{
@@ -429,7 +429,7 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::EN_ANY,
 		Common::kPlatformZX,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NOMIDI)
 	},
 	{


Commit: 3e61407d753c11852cdea77b2fa8ede3bc14ea38
    https://github.com/scummvm/scummvm/commit/3e61407d753c11852cdea77b2fa8ede3bc14ea38
Author: Lothar Serra Mari (mail at serra.me)
Date: 2023-12-15T13:39:32+01:00

Commit Message:
GOB: Clear ADGF_TESTING flags

Changed paths:
    engines/gob/detection/tables_adibou1.h


diff --git a/engines/gob/detection/tables_adibou1.h b/engines/gob/detection/tables_adibou1.h
index 5ac8600a8b9..2ae01275b1a 100644
--- a/engines/gob/detection/tables_adibou1.h
+++ b/engines/gob/detection/tables_adibou1.h
@@ -33,7 +33,7 @@
 		AD_ENTRY1s("intro.stk", "6db110188fcb7c5208d9721b5282682a", 4805104),
 		FR_FRA,
 		kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
 	},
 	kGameTypeAdibou1,
@@ -48,7 +48,7 @@
 		AD_ENTRY1s("intro.stk", "904a93f46687617bb34e672020fc17a4", 248724),
 		FR_FRA,
 		kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
 	},
 	kGameTypeAdibou1,
@@ -63,7 +63,7 @@
 		AD_ENTRY1s("intro.stk", "228edf921ebcd9f1c6d566856f264ea4", 2647968),
 		FR_FRA,
 		kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
 	},
 	kGameTypeAdibou1,
@@ -81,7 +81,7 @@
 				   "l51.stk", "0397e893892ffe1d6c64d28841437fd7", 7308050),
 		DE_DEU,
 		kPlatformWindows,
-		ADGF_TESTING | ADGF_CD,
+		ADGF_CD,
 		GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
 	},
 	kGameTypeAdibou1,
@@ -96,7 +96,7 @@
 				   "c61.stk", "1aca103ed84241487c5cf394ae37e8d7", 5966096),
 		DE_DEU,
 		kPlatformWindows,
-		ADGF_TESTING | ADGF_CD,
+		ADGF_CD,
 		GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
 	},
 	 kGameTypeAdibou1,
@@ -113,7 +113,7 @@
 		AD_ENTRY1s("intro.stk", "e453bea7b28a67c930764d945f64d898", 3913628),
 		EN_GRB,
 		kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
 	},
 	kGameTypeAdibou1,
@@ -129,7 +129,7 @@
 		AD_ENTRY1s("intro.stk", "6d234641b74b3bdf746c39a64ff1abcc", 2678326),
 		EN_GRB,
 		kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
 	},
 	kGameTypeAdibou1,
@@ -147,7 +147,7 @@
 		AD_ENTRY1s("intro.stk", "71e7db034890885ac96dd1be43a21c38", 556834),
 		EN_ANY,
 		kPlatformAmiga,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
 	},
 	kGameTypeAdibou1,


Commit: 878fcfecd5dc5602240aaa3a59cda580d527e36e
    https://github.com/scummvm/scummvm/commit/878fcfecd5dc5602240aaa3a59cda580d527e36e
Author: Lothar Serra Mari (mail at serra.me)
Date: 2023-12-15T13:40:19+01:00

Commit Message:
KINGDOM: Clear ADGF_TESTING flags

Changed paths:
    engines/kingdom/detection.cpp


diff --git a/engines/kingdom/detection.cpp b/engines/kingdom/detection.cpp
index c18f2684489..136a472eaa8 100644
--- a/engines/kingdom/detection.cpp
+++ b/engines/kingdom/detection.cpp
@@ -46,7 +46,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("KINGDEMO.EXE", "2ce478fc13086d0ddb02a2867ba307dc", 167154),
 		Common::EN_ANY,
 		Common::kPlatformDOS,
-		ADGF_TESTING | ADGF_DEMO,
+		ADGF_DEMO,
 		GUIO0()
 	},
 
@@ -58,7 +58,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("KINGDOM.EXE", "64d3e03b963396ced402f3dc958765c0", 199693),
 		Common::EN_ANY,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO0()
 	},
 


Commit: 203a2878e185de5718f2f2e71e59e06cd69a0100
    https://github.com/scummvm/scummvm/commit/203a2878e185de5718f2f2e71e59e06cd69a0100
Author: Lothar Serra Mari (mail at serra.me)
Date: 2023-12-15T13:41:17+01:00

Commit Message:
MM: Clear ADGF_TESTING flags

Changed paths:
    engines/mm/detection_tables.h


diff --git a/engines/mm/detection_tables.h b/engines/mm/detection_tables.h
index e83cdd4ab03..02949e7e97c 100644
--- a/engines/mm/detection_tables.h
+++ b/engines/mm/detection_tables.h
@@ -36,7 +36,7 @@ static const MightAndMagicGameDescription GAME_DESCRIPTIONS[] = {
 			AD_ENTRY1s("wallpix.dta", "86a7ef03fd5bf434d83012b07fa92680", 123059),
 			Common::EN_ANY,
 			Common::kPlatformDOS,
-			ADGF_TESTING,
+			ADGF_NO_FLAGS,
 			GUIO0()
 		},
 		GType_MightAndMagic1,
@@ -51,7 +51,7 @@ static const MightAndMagicGameDescription GAME_DESCRIPTIONS[] = {
 			AD_ENTRY1s("wallpix.dta", "86a7ef03fd5bf434d83012b07fa92680", 123059),
 			Common::EN_ANY,
 			Common::kPlatformDOS,
-			ADGF_TESTING,
+			ADGF_NO_FLAGS,
 			GUIO0()
 		},
 		GType_MightAndMagic1,


Commit: c3bd6b060f5682a51391d33a3073e966d6a9a2cc
    https://github.com/scummvm/scummvm/commit/c3bd6b060f5682a51391d33a3073e966d6a9a2cc
Author: Lothar Serra Mari (mail at serra.me)
Date: 2023-12-15T13:45:14+01:00

Commit Message:
MTROPOLIS: Clear ADGF_TESTING flags

Changed paths:
    engines/mtropolis/detection_tables.h


diff --git a/engines/mtropolis/detection_tables.h b/engines/mtropolis/detection_tables.h
index 141dd6ceae7..004c1ee9518 100644
--- a/engines/mtropolis/detection_tables.h
+++ b/engines/mtropolis/detection_tables.h
@@ -409,7 +409,7 @@ static const MTropolisGameDescription gameDescriptions[] = {
 			},
 			Common::EN_ANY,
 			Common::kPlatformMacintosh,
-			ADGF_TESTING,
+			ADGF_NO_FLAGS,
 			GUIO0()
 		},
 		GID_MTI,
@@ -433,7 +433,7 @@ static const MTropolisGameDescription gameDescriptions[] = {
 			},
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_TESTING,
+			ADGF_NO_FLAGS,
 			GUIO0()
 		},
 		GID_MTI,
@@ -450,7 +450,7 @@ static const MTropolisGameDescription gameDescriptions[] = {
 			},
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_TESTING | ADGF_DVD | MTGF_WANT_MPEG_VIDEO | MTGF_WANT_MPEG_AUDIO,
+			ADGF_DVD | MTGF_WANT_MPEG_VIDEO | MTGF_WANT_MPEG_AUDIO,
 			GUIO0()
 		},
 		GID_MTI,
@@ -474,7 +474,7 @@ static const MTropolisGameDescription gameDescriptions[] = {
 			},
 			Common::ES_ESP,
 			Common::kPlatformWindows,
-			ADGF_TESTING,
+			ADGF_NO_FLAGS,
 			GUIO0()
 		},
 		GID_MTI,
@@ -498,7 +498,7 @@ static const MTropolisGameDescription gameDescriptions[] = {
 			},
 			Common::IT_ITA,
 			Common::kPlatformWindows,
-			ADGF_TESTING,
+			ADGF_NO_FLAGS,
 			GUIO0()
 		},
 		GID_MTI,
@@ -519,7 +519,7 @@ static const MTropolisGameDescription gameDescriptions[] = {
 			},
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_DEMO | ADGF_TESTING,
+			ADGF_DEMO,
 			GUIO0()
 		},
 		GID_MTI,


Commit: 38a4db8a41afda4d2f509bf56a740509a8205a96
    https://github.com/scummvm/scummvm/commit/38a4db8a41afda4d2f509bf56a740509a8205a96
Author: Lothar Serra Mari (mail at serra.me)
Date: 2023-12-15T13:47:28+01:00

Commit Message:
NANCY: Clear ADGF_TESTING flags

Changed paths:
    engines/nancy/detection.cpp


diff --git a/engines/nancy/detection.cpp b/engines/nancy/detection.cpp
index e9aed8c2439..dce067d6fd1 100644
--- a/engines/nancy/detection.cpp
+++ b/engines/nancy/detection.cpp
@@ -65,7 +65,7 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("boot.iff", "66d3b6fe9a90d35de7a28950870719ec", 20340),
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_TESTING | ADGF_DROPLANGUAGE | ADGF_DROPPLATFORM,
+			ADGF_DROPLANGUAGE | ADGF_DROPPLATFORM,
 			GUIO3(GUIO_NOLANG, GAMEOPTION_PLAYER_SPEECH, GAMEOPTION_CHARACTER_SPEECH)
 		},
 		Nancy::kGameTypeVampire
@@ -76,7 +76,7 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("ciftree.dat", "9f89e0b53717515ae0eb82d14ffe0e88", 4317962),
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_TESTING | ADGF_DROPPLATFORM,
+			ADGF_DROPPLATFORM,
 			GUIO2(GAMEOPTION_PLAYER_SPEECH, GAMEOPTION_CHARACTER_SPEECH)
 		},
 		Nancy::kGameTypeNancy1
@@ -87,7 +87,7 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("ciftree.dat", "e1cd21841ab1b83a0ea0755ce0254cbc", 4480956),
 			Common::RU_RUS,
 			Common::kPlatformWindows,
-			ADGF_TESTING | ADGF_DROPPLATFORM,
+			ADGF_DROPPLATFORM,
 			GUIO2(GAMEOPTION_PLAYER_SPEECH, GAMEOPTION_CHARACTER_SPEECH)
 		},
 		Nancy::kGameTypeNancy1
@@ -105,7 +105,7 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
 			},
 			Common::RU_RUS,
 			Common::kPlatformWindows,
-			ADGF_TESTING | ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
+			ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
 			GUIO2(GAMEOPTION_PLAYER_SPEECH, GAMEOPTION_CHARACTER_SPEECH)
 		},
 		Nancy::kGameTypeNancy1
@@ -116,7 +116,7 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("ciftree.dat", "fa4293d728a1b31407961cd82e86a015", 7784516),
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_TESTING | ADGF_DROPPLATFORM,
+			ADGF_DROPPLATFORM,
 			NANCY2_GUIOPTIONS
 		},
 		Nancy::kGameTypeNancy2
@@ -127,7 +127,7 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("ciftree.dat", "c19f4a1193b58939ab1a7e314e9a550e", 7756789),
 			Common::RU_RUS,
 			Common::kPlatformWindows,
-			ADGF_TESTING | ADGF_DROPPLATFORM,
+			ADGF_DROPPLATFORM,
 			NANCY2_GUIOPTIONS
 		},
 		Nancy::kGameTypeNancy2
@@ -144,7 +144,7 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
 			},
 			Common::RU_RUS,
 			Common::kPlatformWindows,
-			ADGF_TESTING | ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
+			ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
 			NANCY2_GUIOPTIONS
 		},
 		Nancy::kGameTypeNancy2
@@ -155,7 +155,7 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("ciftree.dat", "ee5f8832226567c3610556497c451b09", 16256355),
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_TESTING | ADGF_DROPPLATFORM | Nancy::GF_PLG_BYTE_IN_BSUM,
+			ADGF_DROPPLATFORM | Nancy::GF_PLG_BYTE_IN_BSUM,
 			GUIO2(GAMEOPTION_PLAYER_SPEECH, GAMEOPTION_CHARACTER_SPEECH)
 		},
 		Nancy::kGameTypeNancy3
@@ -166,7 +166,7 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("ciftree.dat", "6b379f9d8edfb2d439062122e08f785c", 16161115),
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_TESTING | ADGF_DROPPLATFORM,
+			ADGF_DROPPLATFORM,
 			GUIO2(GAMEOPTION_PLAYER_SPEECH, GAMEOPTION_CHARACTER_SPEECH)
 		},
 		Nancy::kGameTypeNancy3
@@ -183,7 +183,7 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
 			},
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_TESTING | ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
+			ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
 			GUIO2(GAMEOPTION_PLAYER_SPEECH, GAMEOPTION_CHARACTER_SPEECH)
 		},
 		Nancy::kGameTypeNancy3
@@ -211,7 +211,7 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("ciftree.dat", "6b379f9d8edfb2d439062122e08f785c", 16161148),
 			Common::RU_RUS,
 			Common::kPlatformWindows,
-			ADGF_TESTING | ADGF_DROPPLATFORM,
+			ADGF_DROPPLATFORM,
 			GUIO2(GAMEOPTION_PLAYER_SPEECH, GAMEOPTION_CHARACTER_SPEECH)
 		},
 		Nancy::kGameTypeNancy3
@@ -228,7 +228,7 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
 			},
 			Common::RU_RUS,
 			Common::kPlatformWindows,
-			ADGF_TESTING | ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
+			ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
 			GUIO2(GAMEOPTION_PLAYER_SPEECH, GAMEOPTION_CHARACTER_SPEECH)
 		},
 		Nancy::kGameTypeNancy3
@@ -239,7 +239,7 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("ciftree.dat", "e9d45f7db453b0d8f37d202fc979537c", 8742289),
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_TESTING | ADGF_DROPPLATFORM,
+			ADGF_DROPPLATFORM,
 			GUIO2(GAMEOPTION_PLAYER_SPEECH, GAMEOPTION_CHARACTER_SPEECH)
 		},
 		Nancy::kGameTypeNancy4
@@ -250,7 +250,7 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("ciftree.dat", "3ad55cd8f9a3b010a19de44ff4ce7edf", 8786300),
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_TESTING | ADGF_DROPPLATFORM,
+			ADGF_DROPPLATFORM,
 			GUIO2(GAMEOPTION_PLAYER_SPEECH, GAMEOPTION_CHARACTER_SPEECH)
 		},
 		Nancy::kGameTypeNancy4
@@ -267,7 +267,7 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
 			},
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_TESTING | ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
+			ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
 			GUIO2(GAMEOPTION_PLAYER_SPEECH, GAMEOPTION_CHARACTER_SPEECH)
 		},
 		Nancy::kGameTypeNancy4
@@ -284,7 +284,7 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
 			},
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_TESTING | ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
+			ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
 			GUIO2(GAMEOPTION_PLAYER_SPEECH, GAMEOPTION_CHARACTER_SPEECH)
 		},
 		Nancy::kGameTypeNancy4
@@ -301,7 +301,7 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
 			},
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_TESTING | ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
+			ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
 			GUIO2(GAMEOPTION_PLAYER_SPEECH, GAMEOPTION_CHARACTER_SPEECH)
 		},
 		Nancy::kGameTypeNancy4
@@ -312,7 +312,7 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("ciftree.dat", "a1090497f5fefce17494804bd1d624e1", 9991442),
 			Common::RU_RUS,
 			Common::kPlatformWindows,
-			ADGF_TESTING | ADGF_DROPPLATFORM,
+			ADGF_DROPPLATFORM,
 			GUIO2(GAMEOPTION_PLAYER_SPEECH, GAMEOPTION_CHARACTER_SPEECH)
 		},
 		Nancy::kGameTypeNancy4
@@ -330,7 +330,7 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
 			},
 			Common::RU_RUS,
 			Common::kPlatformWindows,
-			ADGF_TESTING | ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
+			ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
 			GUIO2(GAMEOPTION_PLAYER_SPEECH, GAMEOPTION_CHARACTER_SPEECH)
 		},
 		Nancy::kGameTypeNancy4
@@ -341,7 +341,7 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("ciftree.dat", "21fa81f322595c3100d8d58d100852d5", 8187692),
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_TESTING | ADGF_DROPPLATFORM,
+			ADGF_DROPPLATFORM,
 			NANCY5_GUIOPTIONS
 		},
 		Nancy::kGameTypeNancy5
@@ -358,7 +358,7 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
 			},
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_TESTING | ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
+			ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
 			NANCY5_GUIOPTIONS
 		},
 		Nancy::kGameTypeNancy5
@@ -375,7 +375,7 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
 			},
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_TESTING | ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
+			ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
 			NANCY5_GUIOPTIONS
 		},
 		Nancy::kGameTypeNancy5
@@ -392,7 +392,7 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
 			},
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_TESTING | ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
+			ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
 			NANCY5_GUIOPTIONS
 		},
 		Nancy::kGameTypeNancy5
@@ -403,7 +403,7 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("ciftree.dat", "8645fad8c3fb8c0ee13e7a0a75902782", 9714463),
 			Common::RU_RUS,
 			Common::kPlatformWindows,
-			ADGF_TESTING | ADGF_DROPPLATFORM,
+			ADGF_DROPPLATFORM,
 			NANCY5_GUIOPTIONS
 		},
 		Nancy::kGameTypeNancy5
@@ -421,7 +421,7 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
 			},
 			Common::RU_RUS,
 			Common::kPlatformWindows,
-			ADGF_TESTING | ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
+			ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
 			NANCY5_GUIOPTIONS
 		},
 		Nancy::kGameTypeNancy5


Commit: 70e5c6370dbc6aad0eca3f751c82824cb43b2203
    https://github.com/scummvm/scummvm/commit/70e5c6370dbc6aad0eca3f751c82824cb43b2203
Author: Lothar Serra Mari (mail at serra.me)
Date: 2023-12-15T13:48:39+01:00

Commit Message:
TETRAEDGE: Clear ADGF_TESTING flags

Changed paths:
    engines/tetraedge/detection_tables.h


diff --git a/engines/tetraedge/detection_tables.h b/engines/tetraedge/detection_tables.h
index 0ff86557c3a..8442d8b92e3 100644
--- a/engines/tetraedge/detection_tables.h
+++ b/engines/tetraedge/detection_tables.h
@@ -49,7 +49,7 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
 		AD_ENTRY1s("MacOS/Syberia", "d:6951fb8f71fe06f34684564625f73cd8", 10640592),
 		Common::UNK_LANG,
 		Common::kPlatformMacintosh,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO2(GAMEOPTION_CORRECT_MOVIE_ASPECT, GAMEOPTION_RESTORE_SCENES)
 	},
 
@@ -83,7 +83,7 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
 		AD_ENTRY1s("MacOS/Syberia 2", "d:c447586a3cb3d46d6127b467e7fb9a86", 12021136),
 		Common::UNK_LANG,
 		Common::kPlatformMacintosh,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO1(GAMEOPTION_CORRECT_MOVIE_ASPECT)
 	},
 


Commit: d077bb0b5202ac825ef23003fdaaef9f6fae23a5
    https://github.com/scummvm/scummvm/commit/d077bb0b5202ac825ef23003fdaaef9f6fae23a5
Author: Lothar Serra Mari (mail at serra.me)
Date: 2023-12-15T13:51:12+01:00

Commit Message:
VCRUISE: Clear ADGF_TESTING flags

Changed paths:
    engines/vcruise/detection_tables.h


diff --git a/engines/vcruise/detection_tables.h b/engines/vcruise/detection_tables.h
index 0c149be145f..4db82dc2c9b 100644
--- a/engines/vcruise/detection_tables.h
+++ b/engines/vcruise/detection_tables.h
@@ -37,7 +37,7 @@ static const VCruiseGameDescription gameDescriptions[] = {
 					   "0170_b.wav", "5b705300b4fee3ceb821a1b55884a722", 129248),
 			Common::UNK_LANG,
 			Common::kPlatformWindows,
-			ADGF_TESTING | VCRUISE_GF_WANT_MP3,
+			VCRUISE_GF_WANT_MP3,
 			GUIO0()
 		},
 		GID_REAH,
@@ -51,7 +51,7 @@ static const VCruiseGameDescription gameDescriptions[] = {
 					   "0170_b.wav", "5b705300b4fee3ceb821a1b55884a722", 129248),
 			Common::UNK_LANG,
 			Common::kPlatformWindows,
-			ADGF_TESTING | VCRUISE_GF_WANT_MP3,
+			VCRUISE_GF_WANT_MP3,
 			GUIO0()
 		},
 		GID_REAH,
@@ -65,7 +65,7 @@ static const VCruiseGameDescription gameDescriptions[] = {
 					   "0170_b.wav", "5b705300b4fee3ceb821a1b55884a722", 129248),
 			Common::UNK_LANG,
 			Common::kPlatformWindows,
-			ADGF_TESTING,
+			ADGF_NO_FLAGS,
 			GUIO0()
 		},
 		GID_REAH,
@@ -79,7 +79,7 @@ static const VCruiseGameDescription gameDescriptions[] = {
 					   "0170_b.wav", "36c0bf57ab5a748ef6699a159195b3ae", 124356),
 			Common::UNK_LANG,
 			Common::kPlatformWindows,
-			ADGF_TESTING,
+			ADGF_NO_FLAGS,
 			GUIO0()
 		},
 		GID_REAH,
@@ -93,7 +93,7 @@ static const VCruiseGameDescription gameDescriptions[] = {
 					   "0170_b.wav", "5f84af02d1193ce9c47fe0dc821f0613", 121220),
 			Common::UNK_LANG,
 			Common::kPlatformWindows,
-			ADGF_TESTING,
+			ADGF_NO_FLAGS,
 			GUIO0()
 		},
 		GID_REAH,
@@ -107,7 +107,7 @@ static const VCruiseGameDescription gameDescriptions[] = {
 					   "0170_b.wav", "5f84af02d1193ce9c47fe0dc821f0613", 121220),
 			Common::UNK_LANG,
 			Common::kPlatformWindows,
-			ADGF_TESTING | VCRUISE_GF_WANT_MP3,
+			VCRUISE_GF_WANT_MP3,
 			GUIO0()
 		},
 		GID_REAH,
@@ -122,7 +122,7 @@ static const VCruiseGameDescription gameDescriptions[] = {
 					   "Speech01.txt", "a4eaace1299de1d70805532fc0643a77", 72689),
 			Common::RU_RUS,
 			Common::kPlatformWindows,
-			ADGF_TESTING | VCRUISE_GF_WANT_MP3 | VCRUISE_GF_FORCE_LANGUAGE,
+			VCRUISE_GF_WANT_MP3 | VCRUISE_GF_FORCE_LANGUAGE,
 			GUIO0()
 		},
 		GID_REAH,
@@ -135,7 +135,7 @@ static const VCruiseGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("Reah.exe", "4667d7e3d886f01ec28040a9022b1b56", 281600),
 			Common::UNK_LANG,
 			Common::kPlatformWindows,
-			ADGF_TESTING,
+			ADGF_NO_FLAGS,
 			GUIO0()
 		},
 		GID_REAH,
@@ -150,7 +150,7 @@ static const VCruiseGameDescription gameDescriptions[] = {
 					   "0001_a.wav", "374d93abc3422840623acc618ecb2b1e", 1553784),
 			Common::UNK_LANG,
 			Common::kPlatformWindows,
-			ADGF_TESTING | ADGF_CD | VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG,
+			ADGF_CD | VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG,
 			GUIO0()
 		},
 		GID_SCHIZM,
@@ -164,7 +164,7 @@ static const VCruiseGameDescription gameDescriptions[] = {
 					   "0001_a.wav", "f2b7eccfb1e9af0282b541c5eac66cc7", 1613240),
 			Common::UNK_LANG,
 			Common::kPlatformWindows,
-			ADGF_TESTING | VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG,
+			VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG,
 			GUIO0()
 		},
 		GID_SCHIZM,
@@ -179,7 +179,7 @@ static const VCruiseGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("disk1.pak", "41bd7514a7d783c555f3783c9417bf9e", 272405273),
 			Common::UNK_LANG,
 			Common::kPlatformWindows,
-			ADGF_TESTING | VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG | VCRUISE_GF_GENTEE_PACKAGE,
+			VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG | VCRUISE_GF_GENTEE_PACKAGE,
 			GUIO0()
 		},
 		GID_SCHIZM,
@@ -192,7 +192,7 @@ static const VCruiseGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("setup.pak", "eaaed2f6655342b4c320bdeb6f5ccfb9", 272655597),
 			Common::UNK_LANG,
 			Common::kPlatformWindows,
-			ADGF_TESTING | VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG | VCRUISE_GF_GENTEE_PACKAGE,
+			VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG | VCRUISE_GF_GENTEE_PACKAGE,
 			GUIO0()
 		},
 		GID_SCHIZM,
@@ -205,7 +205,7 @@ static const VCruiseGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("disk1.pak", "a3453878ad86d012b483a82e04276667", 272507257),
 			Common::UNK_LANG,
 			Common::kPlatformWindows,
-			ADGF_TESTING | VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG | VCRUISE_GF_GENTEE_PACKAGE,
+			VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG | VCRUISE_GF_GENTEE_PACKAGE,
 			GUIO0()
 		},
 		GID_SCHIZM,
@@ -218,7 +218,7 @@ static const VCruiseGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("disk1.pak", "dcb27eb3d8a0029c551df5f779af36fc", 274285596),
 			Common::UNK_LANG,
 			Common::kPlatformWindows,
-			ADGF_TESTING | VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG | VCRUISE_GF_GENTEE_PACKAGE,
+			VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG | VCRUISE_GF_GENTEE_PACKAGE,
 			GUIO0()
 		},
 		GID_SCHIZM,
@@ -231,7 +231,7 @@ static const VCruiseGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("disk1.pak", "2f964852baf18f90e884d6873b1bad23", 272798001),
 			Common::UNK_LANG,
 			Common::kPlatformWindows,
-			ADGF_TESTING | VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG | VCRUISE_GF_GENTEE_PACKAGE,
+			VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG | VCRUISE_GF_GENTEE_PACKAGE,
 			GUIO0()
 		},
 		GID_SCHIZM,
@@ -246,7 +246,7 @@ static const VCruiseGameDescription gameDescriptions[] = {
 					   "0001_a.wav", "374d93abc3422840623acc618ecb2b1e", 1553784),
 			Common::UNK_LANG,
 			Common::kPlatformWindows,
-			ADGF_TESTING | VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG,
+			VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG,
 			GUIO0()
 		},
 		GID_SCHIZM,
@@ -260,7 +260,7 @@ static const VCruiseGameDescription gameDescriptions[] = {
 					   "0001_a.wav", "f2b7eccfb1e9af0282b541c5eac66cc7", 1613240),
 			Common::UNK_LANG,
 			Common::kPlatformWindows,
-			ADGF_TESTING | VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG,
+			VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG,
 			GUIO0()
 		},
 		GID_SCHIZM,
@@ -274,7 +274,7 @@ static const VCruiseGameDescription gameDescriptions[] = {
 					   "0001_a.wav", "7a398f17e847a46de629a09fa6178b00", 1409560),
 			Common::UNK_LANG,
 			Common::kPlatformWindows,
-			ADGF_TESTING | VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG,
+			VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG,
 			GUIO0()
 		},
 		GID_SCHIZM,
@@ -288,7 +288,7 @@ static const VCruiseGameDescription gameDescriptions[] = {
 					   "0001_a.wav", "cd46a5df85a879bf293871b5911abcc3", 1305470),
 			Common::UNK_LANG,
 			Common::kPlatformWindows,
-			ADGF_TESTING | VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG,
+			VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG,
 			GUIO0()
 		},
 		GID_SCHIZM,
@@ -302,7 +302,7 @@ static const VCruiseGameDescription gameDescriptions[] = {
 					   "0001_a.wav", "9838f59fce21ba3a1eecc3d84c5be8b1", 1502674),
 			Common::UNK_LANG,
 			Common::kPlatformWindows,
-			ADGF_TESTING | VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG,
+			VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG,
 			GUIO0()
 		},
 		GID_SCHIZM,
@@ -316,7 +316,7 @@ static const VCruiseGameDescription gameDescriptions[] = {
 					   "0001_a.wav", "6d8e4b97710b858525d9965ef1e627ab", 1280506),
 			Common::UNK_LANG,
 			Common::kPlatformWindows,
-			ADGF_TESTING | VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG,
+			VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG,
 			GUIO0()
 		},
 		GID_SCHIZM,
@@ -330,7 +330,7 @@ static const VCruiseGameDescription gameDescriptions[] = {
 					   "0001_a.wav", "4fc0053f66657e416b69419106d238a5", 1592106),
 			Common::UNK_LANG,
 			Common::kPlatformWindows,
-			ADGF_TESTING | VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG,
+			VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG,
 			GUIO0()
 		},
 		GID_SCHIZM,
@@ -344,7 +344,7 @@ static const VCruiseGameDescription gameDescriptions[] = {
 					   "0001_a.wav", "ba8fc041a92f1afceee35bdbb84eb2cd", 1427794),
 			Common::UNK_LANG,
 			Common::kPlatformWindows,
-			ADGF_TESTING | VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG,
+			VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG,
 			GUIO0()
 		},
 		GID_SCHIZM,
@@ -361,7 +361,7 @@ static const VCruiseGameDescription gameDescriptions[] = {
 					   "Speech10.txt", "88fdaab90be33bca88db423e1acda8c3", 63697),
 			Common::UNK_LANG,
 			Common::kPlatformWindows,
-			ADGF_TESTING | VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG | VCRUISE_GF_STEAM_LANGUAGES,
+			VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG | VCRUISE_GF_STEAM_LANGUAGES,
 			GUIO0()
 		},
 		GID_SCHIZM,
@@ -376,7 +376,7 @@ static const VCruiseGameDescription gameDescriptions[] = {
 					   "Speech10.txt", "88fdaab90be33bca88db423e1acda8c3", 63697),
 			Common::UNK_LANG,
 			Common::kPlatformWindows,
-			ADGF_TESTING | VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG | VCRUISE_GF_STEAM_LANGUAGES,
+			VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG | VCRUISE_GF_STEAM_LANGUAGES,
 			GUIO0()
 		},
 		GID_SCHIZM,
@@ -391,7 +391,7 @@ static const VCruiseGameDescription gameDescriptions[] = {
 					   "Speech10.txt", "88fdaab90be33bca88db423e1acda8c3", 63697),
 			Common::UNK_LANG,
 			Common::kPlatformWindows,
-			ADGF_TESTING | VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG | VCRUISE_GF_STEAM_LANGUAGES,
+			VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG | VCRUISE_GF_STEAM_LANGUAGES,
 			GUIO0()
 		},
 		GID_SCHIZM,
@@ -406,7 +406,7 @@ static const VCruiseGameDescription gameDescriptions[] = {
 					   "Speech10.txt", "88fdaab90be33bca88db423e1acda8c3", 63697),
 			Common::UNK_LANG,
 			Common::kPlatformWindows,
-			ADGF_TESTING | VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG | VCRUISE_GF_STEAM_LANGUAGES,
+			VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG | VCRUISE_GF_STEAM_LANGUAGES,
 			GUIO0()
 		},
 		GID_SCHIZM,
@@ -421,7 +421,7 @@ static const VCruiseGameDescription gameDescriptions[] = {
 					   "Speech10.txt", "88fdaab90be33bca88db423e1acda8c3", 63697),
 			Common::UNK_LANG,
 			Common::kPlatformWindows,
-			ADGF_TESTING | VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG | VCRUISE_GF_STEAM_LANGUAGES,
+			VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG | VCRUISE_GF_STEAM_LANGUAGES,
 			GUIO0()
 		},
 		GID_SCHIZM,
@@ -436,7 +436,7 @@ static const VCruiseGameDescription gameDescriptions[] = {
 					   "Speech10.txt", "88fdaab90be33bca88db423e1acda8c3", 63697),
 			Common::UNK_LANG,
 			Common::kPlatformWindows,
-			ADGF_TESTING | VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG | VCRUISE_GF_STEAM_LANGUAGES,
+			VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG | VCRUISE_GF_STEAM_LANGUAGES,
 			GUIO0()
 		},
 		GID_SCHIZM,
@@ -451,7 +451,7 @@ static const VCruiseGameDescription gameDescriptions[] = {
 					   "Speech10.txt", "88fdaab90be33bca88db423e1acda8c3", 63697),
 			Common::UNK_LANG,
 			Common::kPlatformWindows,
-			ADGF_TESTING | VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG | VCRUISE_GF_STEAM_LANGUAGES,
+			VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG | VCRUISE_GF_STEAM_LANGUAGES,
 			GUIO0()
 		},
 		GID_SCHIZM,
@@ -466,7 +466,7 @@ static const VCruiseGameDescription gameDescriptions[] = {
 					   "Speech10.txt", "88fdaab90be33bca88db423e1acda8c3", 63697),
 			Common::UNK_LANG,
 			Common::kPlatformWindows,
-			ADGF_TESTING | VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG | VCRUISE_GF_STEAM_LANGUAGES,
+			VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG | VCRUISE_GF_STEAM_LANGUAGES,
 			GUIO0()
 		},
 		GID_SCHIZM,




More information about the Scummvm-git-logs mailing list