[Scummvm-git-logs] scummvm branch-2-9-0 -> 38af1883a2eb7a622c31bfc3708888bbcc47db48

sev- noreply at scummvm.org
Sat Dec 7 20:17:05 UTC 2024


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:
38af1883a2 BAGEL: Fix demo flag in detection


Commit: 38af1883a2eb7a622c31bfc3708888bbcc47db48
    https://github.com/scummvm/scummvm/commit/38af1883a2eb7a622c31bfc3708888bbcc47db48
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-12-07T21:16:25+01:00

Commit Message:
BAGEL: Fix demo flag in detection

Changed paths:
    engines/bagel/detection_tables.h


diff --git a/engines/bagel/detection_tables.h b/engines/bagel/detection_tables.h
index cb99f062a81..a2163519172 100644
--- a/engines/bagel/detection_tables.h
+++ b/engines/bagel/detection_tables.h
@@ -57,7 +57,7 @@ const ADGameDescription gameDescriptions[] = {
 				   "bar/pda/bzoom.bmp", "c05189dee78365eca067f58d444e8488", 4114),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
-		ADGF_NO_FLAGS,
+		ADGF_DEMO,
 		GUIO1(GUIO_NONE)
 	},
 




More information about the Scummvm-git-logs mailing list