[Scummvm-git-logs] scummvm branch-2-9 -> b4b4ebdea1511e4788f5685e6150661361279a34
sev-
noreply at scummvm.org
Sat Dec 7 20:17:04 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:
b4b4ebdea1 BAGEL: Fix demo flag in detection
Commit: b4b4ebdea1511e4788f5685e6150661361279a34
https://github.com/scummvm/scummvm/commit/b4b4ebdea1511e4788f5685e6150661361279a34
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-12-07T21:16:52+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