[Scummvm-git-logs] scummvm master -> c90c52a73c12ebd701a1a8cb4eeb65740ae0bec8
sev-
noreply at scummvm.org
Mon Apr 28 21:46:10 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:
c90c52a73c FREESCAPE: Fix detection table for the newly added entry
Commit: c90c52a73c12ebd701a1a8cb4eeb65740ae0bec8
https://github.com/scummvm/scummvm/commit/c90c52a73c12ebd701a1a8cb4eeb65740ae0bec8
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2025-04-28T23:45:48+02:00
Commit Message:
FREESCAPE: Fix detection table for the newly added entry
Changed paths:
engines/freescape/detection.cpp
diff --git a/engines/freescape/detection.cpp b/engines/freescape/detection.cpp
index 3b60f85ce1c..21682563e36 100644
--- a/engines/freescape/detection.cpp
+++ b/engines/freescape/detection.cpp
@@ -548,7 +548,10 @@ static const ADGameDescription gameDescriptions[] = {
{
"darkside", // Disk release NTSC?
"",
- {"DARKSIDE.C64.DATA", 0, "0d4edbc562ac5a9e6b3cf8a2b763dc08", 53780},
+ {
+ {"DARKSIDE.C64.DATA", 0, "0d4edbc562ac5a9e6b3cf8a2b763dc08", 53780},
+ AD_LISTEND
+ },
Common::EN_ANY,
Common::kPlatformC64,
ADGF_UNSTABLE | GF_C64_DISC,
More information about the Scummvm-git-logs
mailing list