[Scummvm-git-logs] scummvm master -> 3dbd8d21bd5d2e797b9f08f7cedfa3d920b071d8
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:
3dbd8d21bd BAGEL: Fix demo flag in detection
Commit: 3dbd8d21bd5d2e797b9f08f7cedfa3d920b071d8
https://github.com/scummvm/scummvm/commit/3dbd8d21bd5d2e797b9f08f7cedfa3d920b071d8
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-12-07T21:16:58+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