mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-22 20:21:06 +00:00
ADL: Fix hires4 dropped item drawing
This commit is contained in:
parent
b5ac7cc3ed
commit
900ae1d064
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user