[Scummvm-tracker] [ScummVM :: Bugs] #13367: SCUMM: Loom (EGA) - Bobbin as Rusty can exit the cell when the door is locked
ScummVM :: Bugs
trac at scummvm.org
Mon Mar 21 12:26:55 UTC 2022
#13367: SCUMM: Loom (EGA) - Bobbin as Rusty can exit the cell when the door is
locked
--------------------------------+----------------------------
Reporter: antoniou79 | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: Engine: SCUMM
Version: | Resolution:
Keywords: glitch, blacksmiths | Game: Loom
--------------------------------+----------------------------
Comment (by eriktorbjorn):
I think the problem is something it does to object 623.
If I watch the Stoke cutscene, it will call putClass(623, 24, 0).
If I skip the Stoke cutscene, it will call putClass(623, 24, 1).
If I force the last parameter to 1, I can no longer escape from the cell.
I guess object 623 represents the open door, and class 24 apparently tells
whether or not the object is untouchable.
So it makes sense that the door is set to open as Stoke leads you into the
cell, but surely it should be set to closed when he leaves?
--
Ticket URL: <https://bugs.scummvm.org/ticket/13367#comment:10>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list