[Scummvm-git-logs] scummvm master -> 900ae1d06445f06481ad481836aa0b25727a6644
waltervn
walter at vanniftrik-it.nl
Sun Jun 11 14:41:59 CEST 2017
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:
900ae1d064 ADL: Fix hires4 dropped item drawing
Commit: 900ae1d06445f06481ad481836aa0b25727a6644
https://github.com/scummvm/scummvm/commit/900ae1d06445f06481ad481836aa0b25727a6644
Author: Walter van Niftrik (walter at scummvm.org)
Date: 2017-06-11T14:40:45+02:00
Commit Message:
ADL: Fix hires4 dropped item drawing
Changed paths:
engines/adl/hires4.cpp
diff --git a/engines/adl/hires4.cpp b/engines/adl/hires4.cpp
index bfa37c3..ce774ed 100644
--- a/engines/adl/hires4.cpp
+++ b/engines/adl/hires4.cpp
@@ -517,7 +517,7 @@ void HiRes4Engine::init() {
readCommands(*stream, _globalCommands);
stream.reset(readSkewedSectors(_boot, 0x06, 0x6, 1));
- stream->skip(0x10);
+ stream->skip(0x15);
loadDroppedItemOffsets(*stream, IDI_HR4_NUM_ITEM_OFFSETS);
stream.reset(readSkewedSectors(_boot, 0x05, 0x0, 4));
More information about the Scummvm-git-logs
mailing list