[Scummvm-git-logs] scummvm master -> 6876e99367ffb5c747ccd14d3dbec1ac3fc47c89
tag2015
noreply at scummvm.org
Tue Feb 21 01:22:44 UTC 2023
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:
6876e99367 AGS: Fix Dreams in Witch House version
Commit: 6876e99367ffb5c747ccd14d3dbec1ac3fc47c89
https://github.com/scummvm/scummvm/commit/6876e99367ffb5c747ccd14d3dbec1ac3fc47c89
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2023-02-21T02:22:27+01:00
Commit Message:
AGS: Fix Dreams in Witch House version
Changed paths:
engines/ags/detection_tables.h
diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index 4c2019cb1af..c4b563fa0ee 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -3778,7 +3778,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
GAME_ENTRY_STEAM("downfall2016", "downfall.exe", "08b1340f3528feeebce1ecc59cc17907", 224368590),
GAME_ENTRY_STEAM("downfall2016", "Downfall.ags", "7c87b99ce309a46085e40ac1a2b20e75", 224024207), // Linux
GAME_ENTRY_EN_GOG("dreamswitchhouse", "Dreams in the Witch House.exe", "160d78e898924f5cb1347b13746cc935", 484767783), // v1.01
- GAME_ENTRY_EN_GOG("dreamswitchhouse", "Dreams in the Witch House.exe", "160d78e898924f5cb1347b13746cc935", 484767190), // v1.01
+ GAME_ENTRY_EN_GOG("dreamswitchhouse", "Dreams in the Witch House.exe", "160d78e898924f5cb1347b13746cc935", 484767190), // v1.02
GAME_ENTRY_EN_STEAM("dustbowl", "dustbowl.exe", "aa349d52fd620cf9642935cd5bdec5d8", 63365026),
GAME_ENTRY_EN("dustbowl", "dustbowl.exe", "aa349d52fd620cf9642935cd5bdec5d8", 82185295),
GAME_ENTRY_PLUGIN_STEAM_EN_NOLAUNCHLOAD("excavationhb", "ac2game.dat", "e5553f7c45d26d5fbc8b376a859bb87c", 563281442, AGSSPRITEFONT_CLIFFTOP), // Mac
More information about the Scummvm-git-logs
mailing list