[Scummvm-tracker] [ScummVM :: Bugs] #6867: TOON: Missing Flux animation when asking him to open cupboard
ScummVM :: Bugs
trac at scummvm.org
Mon Mar 29 09:12:38 UTC 2021
#6867: TOON: Missing Flux animation when asking him to open cupboard
-------------------------+---------------------------
Reporter: eriktorbjorn | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: Engine: Toon
Version: | Resolution:
Keywords: | Game: Toonstruck
-------------------------+---------------------------
Comment (by eriktorbjorn):
I did notice that there is some commented-out, incomplete code in
Character::update() dealing with flag 4. Maybe that has something to do
with it?
{{{
#if 0
// handle special anims
if ((_flags & 4) == 0)
return;
if (_animScriptId != -1) {
_animationInstance = _vm->getSceneAnimation(this->)
#endif
}}}
--
Ticket URL: <https://bugs.scummvm.org/ticket/6867#comment:10>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list