COMPOSER: Add support for V1 pipes.

This commit is contained in:
Alyssa Milburn 2011-11-04 22:38:33 +01:00
parent dbbfca37a2
commit 1c1eed784a
3 changed files with 79 additions and 2 deletions

View file

@ -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);
}
}