From f0d17d2c061dd2d4648e501d8f0caf8fd3ad7f73 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Wed, 18 Nov 2015 13:05:51 +0100 Subject: MADS: Remove obsolete comment and add debug trace in animation code --- engines/mads/animation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/mads/animation.cpp b/engines/mads/animation.cpp index 429c5669a9..605c63e91d 100644 --- a/engines/mads/animation.cpp +++ b/engines/mads/animation.cpp @@ -377,6 +377,7 @@ void Animation::loadFrame(int frameNumber) { pt.x = _unkList[_unkIndex].x; pt.y = _unkList[_unkIndex].y; _unkIndex = 1 - _unkIndex; + warning("LoadFrame - Using unknown array"); } if (drawFrame(spriteSet, pt, frameNumber)) @@ -468,7 +469,6 @@ void Animation::update() { bool isV2 = (_vm->getGameID() != GType_RexNebular); if (isV2 && _canChangeView) { // Handle any offset adjustment for sprites as of this frame - // FIXME: This doesn't work properly for Phantom scene 101 bool paChanged = false; if (getFramePosAdjust(_currentFrame).x != scene._posAdjust.x) { scene._posAdjust.x = getFramePosAdjust(_currentFrame).x; -- cgit v1.2.3