From 3c326b5c40e0eb25f7d069fc809176874795b5a7 Mon Sep 17 00:00:00 2001 From: Benjamin Haisch Date: Thu, 21 Aug 2008 11:33:48 +0000 Subject: TOLTECS: Fixed bug in anim frame displaying. --- engines/toltecs/animation.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/engines/toltecs/animation.cpp b/engines/toltecs/animation.cpp index 5d601441f7..34a18489be 100644 --- a/engines/toltecs/animation.cpp +++ b/engines/toltecs/animation.cpp @@ -64,6 +64,9 @@ void AnimationPlayer::start(uint resIndex) { _vm->_arc->closeResource(); debug(1, "AnimationPlayer::start() width = %d; height = %d; frameCount = %d", _width, _height, _frameCount); + + _vm->_sceneWidth = _width; + _vm->_sceneHeight = _height; unpackFrame(); -- cgit v1.2.3