[Scummvm-git-logs] scummvm master -> 13c5fc3b7c93751ca9d9ed91368068a67751b5db
elasota
noreply at scummvm.org
Tue Jan 17 00:37:00 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:
13c5fc3b7c MTROPOLIS: Fix some wrong IDs for documents in widescreen mod. Fixes Limitation document not appearing in the booths ar
Commit: 13c5fc3b7c93751ca9d9ed91368068a67751b5db
https://github.com/scummvm/scummvm/commit/13c5fc3b7c93751ca9d9ed91368068a67751b5db
Author: elasota (ejlasota at gmail.com)
Date: 2023-01-16T19:36:27-05:00
Commit Message:
MTROPOLIS: Fix some wrong IDs for documents in widescreen mod. Fixes Limitation document not appearing in the booths area on Windows version and in Immediate Action on Mac.
Changed paths:
engines/mtropolis/hacks.cpp
diff --git a/engines/mtropolis/hacks.cpp b/engines/mtropolis/hacks.cpp
index ce0fd7309ff..980ef54a45c 100644
--- a/engines/mtropolis/hacks.cpp
+++ b/engines/mtropolis/hacks.cpp
@@ -433,7 +433,7 @@ void addObsidianImprovedWidescreen(const MTropolisGameDescription &desc, Hacks &
// Bureau documents
// 100 area (booths)
0x4e2d9e,
- 0x4de654,
+ 0x4dfa22,
// 199 area (booths hint room)
0x4e2555,
@@ -530,7 +530,7 @@ void addObsidianImprovedWidescreen(const MTropolisGameDescription &desc, Hacks &
0x4e55cc,
// 500 area (Immediate Action)
- 0x4a2e7b,
+ 0x4e2e7b,
0x4e0710,
// 800 area (bookshelves)
More information about the Scummvm-git-logs
mailing list