[Scummvm-git-logs] scummvm master -> 6b726a36bef62dea5cc7eea267eac0e13e265d9b
aquadran
noreply at scummvm.org
Mon Jul 11 19:14:38 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:
6b726a36be WINTERMUTE: Added another version of game 'Miskatonic' and it's 3D game
Commit: 6b726a36bef62dea5cc7eea267eac0e13e265d9b
https://github.com/scummvm/scummvm/commit/6b726a36bef62dea5cc7eea267eac0e13e265d9b
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2022-07-11T21:14:32+02:00
Commit Message:
WINTERMUTE: Added another version of game 'Miskatonic' and it's 3D game
Changed paths:
engines/wintermute/detection_tables.h
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index fa2b839c5ee..2b6dd006542 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -1709,7 +1709,11 @@ static const WMEGameDescription gameDescriptions[] = {
// Miskatonic. Part One
WME_WINENTRY("miskatonic1", "",
- WME_ENTRY1s("Miskatonic.exe", "21d1ed0375f64c13688e2d082ed1aaa1", 340306712), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_1),
+ WME_ENTRY1s("Miskatonic.exe", "21d1ed0375f64c13688e2d082ed1aaa1", 340306712), Common::EN_ANY, ADGF_UNSTABLE | GF_3D, WME_1_9_1),
+
+ // Miskatonic. Part One (alt)
+ WME_WINENTRY("miskatonic1", "",
+ WME_ENTRY1s("Miskatonic.exe", "4c52d1cdc6dc708f47049b5c88a5b866", 339002997), Common::EN_ANY, ADGF_UNSTABLE | GF_3D, WME_1_9_1),
// Monday Starts on Saturday
WME_WINENTRY("msos", "",
More information about the Scummvm-git-logs
mailing list