[Scummvm-git-logs] scummvm master -> fe21b28b1f9cd3a2a4735a9e06738d953be1c903
phcoder
noreply at scummvm.org
Thu Oct 27 19:13:33 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:
fe21b28b1f HADESCH: Fix consistency in the order of file entries
Commit: fe21b28b1f9cd3a2a4735a9e06738d953be1c903
https://github.com/scummvm/scummvm/commit/fe21b28b1f9cd3a2a4735a9e06738d953be1c903
Author: Vladimir Serbinenko (phcoder at gmail.com)
Date: 2022-10-27T21:13:23+02:00
Commit Message:
HADESCH: Fix consistency in the order of file entries
Changed paths:
engines/hadesch/detection_tables.h
diff --git a/engines/hadesch/detection_tables.h b/engines/hadesch/detection_tables.h
index c2dfb1e0e1f..d9e3523eddc 100644
--- a/engines/hadesch/detection_tables.h
+++ b/engines/hadesch/detection_tables.h
@@ -63,8 +63,8 @@ static const ADGameDescription gameDescriptions[] = {
0,
{
{"hadesch.exe", 0, "660735787346ab1bfe0d219bea441486", 1007616},
- {"ol.pod", 0, "7cabba8d1d4f1239e312e045ef4e9735", 5621074},
{"WD.POD", 0, "be7030fc4229e69e719ee2c756eb6ba1", 7479768},
+ {"ol.pod", 0, "7cabba8d1d4f1239e312e045ef4e9735", 5621074},
AD_LISTEND
},
Common::EN_ANY,
More information about the Scummvm-git-logs
mailing list