[Scummvm-git-logs] scummvm master -> 11ebced7de3f20c2658e7b8f1fb24878a0931e88
bluegr
noreply at scummvm.org
Sat Jul 16 18:00:09 UTC 2022
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:
11ebced7de SLUDGE: Fix detection of nsc
Commit: 11ebced7de3f20c2658e7b8f1fb24878a0931e88
https://github.com/scummvm/scummvm/commit/11ebced7de3f20c2658e7b8f1fb24878a0931e88
Author: Henrik "Henke37" Andersson (henke at henke37.cjb.net)
Date: 2022-07-16T21:00:06+03:00
Commit Message:
SLUDGE: Fix detection of nsc
Changed paths:
engines/sludge/detection_tables.h
diff --git a/engines/sludge/detection_tables.h b/engines/sludge/detection_tables.h
index 2ec610aab39..1c65543f030 100644
--- a/engines/sludge/detection_tables.h
+++ b/engines/sludge/detection_tables.h
@@ -390,7 +390,7 @@ static const SludgeGameDescription gameDescriptions[] = {
{
"nsc",
"v1.03",
- AD_ENTRY1s("gamedata", "57f318cc09e93a1e0685b790a956ebdc", 12733871),
+ AD_ENTRY1s("gamedata.slg", "57f318cc09e93a1e0685b790a956ebdc", 12733871),
Common::EN_ANY,
Common::kPlatformUnknown,
ADGF_UNSTABLE,
More information about the Scummvm-git-logs
mailing list