[Scummvm-tracker] [ScummVM :: Bugs] #13388: SCUMM: Loom (TG16) - Visual glitches with the forge bricks and actors
ScummVM :: Bugs
trac at scummvm.org
Mon Mar 24 10:37:26 UTC 2025
#13388: SCUMM: Loom (TG16) - Visual glitches with the forge bricks and actors
------------------------------+----------------------------
Reporter: dwatteau | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: Engine: SCUMM
Version: | Resolution:
Keywords: glitch,forge,tg16 | Game: Loom
------------------------------+----------------------------
Comment (by eriktorbjorn):
If I understand correctly, object state 0 means drawing is suppressed.
The problem with the appearing/disappearing stairs seems to have something
to do with it triggering a call to `drawRoomObjects()` while the twisted
stairs are still visible. It draws objects 554, 553, 552, 551, 549, and
547 in that order. The last of those is, of course, the part of the stairs
that should not be visible at this point, but its state isn't zeroed until
afterwards.
In a subsequent call to `drawRoomObjects()`, it only draws objects 554,
553, 552, and 551.
--
Ticket URL: <https://bugs.scummvm.org/ticket/13388#comment:8>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list