[Scummvm-git-logs] scummvm master -> 29aa3b067e0f04d3acaf21148ca822430058409b

sev- noreply at scummvm.org
Sat Mar 11 21:55:24 UTC 2023


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:
29aa3b067e DIRECTOR: Remove testing flag for the recently supported games


Commit: 29aa3b067e0f04d3acaf21148ca822430058409b
    https://github.com/scummvm/scummvm/commit/29aa3b067e0f04d3acaf21148ca822430058409b
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-03-11T22:55:02+01:00

Commit Message:
DIRECTOR: Remove testing flag for the recently supported games

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 67622a261cd..6a4fbcc0ba8 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -1852,7 +1852,7 @@ static const DirectorGameDescription gameDescriptions[] = {
 //////////////////////////////////////////////////
 
 #undef SUPPORT_STATUS
-#define SUPPORT_STATUS ADGF_TESTING
+#define SUPPORT_STATUS ADGF_NO_FLAGS
 
 	// Original filename is 東脳スタート
 	MACGAME1_l("easternmind", "", "xn--zckm1a5qp59wok6a", "276bee761e48a6fd709df77d5c2f60dd", 394781, Common::JA_JPN, 313),




More information about the Scummvm-git-logs mailing list