COMPOSER: Add support for V1 pipes.
This commit is contained in:
parent
dbbfca37a2
commit
1c1eed784a
3 changed files with 79 additions and 2 deletions
|
@ -125,6 +125,7 @@ void ComposerEngine::playAnimation(uint16 animId, int16 x, int16 y, int16 eventP
|
|||
if (type != 1) {
|
||||
newPipe = new Pipe(stream);
|
||||
_pipes.push_front(newPipe);
|
||||
newPipe->nextFrame();
|
||||
stream = newPipe->getResource(ID_ANIM, animId, false);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue