[Scummvm-git-logs] scummvm master -> 3bf8584199992a89d752c22ad6f1c4a05d344408
mduggan
noreply at scummvm.org
Tue Jul 2 23:20:00 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:
3bf8584199 DGDS: Add missing terminator to detection entry
Commit: 3bf8584199992a89d752c22ad6f1c4a05d344408
https://github.com/scummvm/scummvm/commit/3bf8584199992a89d752c22ad6f1c4a05d344408
Author: Matthew Duggan (mgithub at guarana.org)
Date: 2024-07-03T09:19:45+10:00
Commit Message:
DGDS: Add missing terminator to detection entry
Changed paths:
engines/dgds/detection_tables.h
diff --git a/engines/dgds/detection_tables.h b/engines/dgds/detection_tables.h
index 770deb92e1e..a0f84432b41 100644
--- a/engines/dgds/detection_tables.h
+++ b/engines/dgds/detection_tables.h
@@ -194,6 +194,7 @@ static const ADGameDescription gameDescriptions[] = {
{
{"volume.001", 0, "8ef6966691086a5557b7c874db5b7ff4", 881872},
{"volume.rmf", 0, "560ec4fc04184a5113c08eeb721ca2ce", 741},
+ AD_LISTEND
},
Common::EN_ANY,
Common::kPlatformDOS,
More information about the Scummvm-git-logs
mailing list