[Scummvm-tracker] [ScummVM :: Bugs] #13250: TOON: Toonstruck hangs when entering air vent through staircase and bathroom
ScummVM :: Bugs
trac at scummvm.org
Mon Feb 14 18:39:47 UTC 2022
#13250: TOON: Toonstruck hangs when entering air vent through staircase and
bathroom
--------------------+---------------------------
Reporter: mutetus | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: Engine: Toon
Version: | Resolution:
Keywords: | Game: Toonstruck
--------------------+---------------------------
Comment (by eriktorbjorn):
I could be wrong, but I ''think'' what happens is that Character::walkTo()
gets called again, while the first call is still inside the while loop
moving it to its desired destination. The loop from the inner call
terminates because you reach the desired destination, but the loop from
the outer call probably doesn't.
If so, the outer loop needs to be terminated. But I haven't yet found out
where it gets stuck, so maybe I'm barking up the wrong tree here...
--
Ticket URL: <https://bugs.scummvm.org/ticket/13250#comment:2>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list