[Scummvm-git-logs] scummvm master -> 3f3cf89e0d711234711c395c19fcd33d93d853e1

Helco noreply at scummvm.org
Tue Oct 14 15:16:22 UTC 2025


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

Summary:
3f3cf89e0d ALCACHOFA: Fix variant not including ADGF_CD flag


Commit: 3f3cf89e0d711234711c395c19fcd33d93d853e1
    https://github.com/scummvm/scummvm/commit/3f3cf89e0d711234711c395c19fcd33d93d853e1
Author: Helco (hermann.noll at hotmail.com)
Date: 2025-10-14T17:16:12+02:00

Commit Message:
ALCACHOFA: Fix variant not including ADGF_CD flag

Changed paths:
    engines/alcachofa/detection_tables.h


diff --git a/engines/alcachofa/detection_tables.h b/engines/alcachofa/detection_tables.h
index 0f76cfd1ea5..1d3bd5393e1 100644
--- a/engines/alcachofa/detection_tables.h
+++ b/engines/alcachofa/detection_tables.h
@@ -77,7 +77,7 @@ const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("Textos/Objetos.nkr", "8a8b23c04fdc4ced8070a7bccd0177bb", 24467),
 		Common::ES_ESP,
 		Common::kPlatformWindows,
-		ADGF_TESTING | ADGF_USEEXTRAASTITLE | ADGF_REMASTERED,
+		ADGF_TESTING | ADGF_USEEXTRAASTITLE | ADGF_REMASTERED | ADGF_CD,
 		GUIO2(GAMEOPTION_32BITS, GAMEOPTION_HIGH_QUALITY)
 	},
 




More information about the Scummvm-git-logs mailing list