From 870a330c66cdd2f6ae5ca973fcdce802b3f8c48e Mon Sep 17 00:00:00 2001 From: Florian Kagerer Date: Sat, 10 May 2008 15:31:11 +0000 Subject: (hopefully) fix bug in last commit svn-id: r31975 --- engines/kyra/animator_mr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/kyra/animator_mr.cpp b/engines/kyra/animator_mr.cpp index feea7c905b..3498573a90 100644 --- a/engines/kyra/animator_mr.cpp +++ b/engines/kyra/animator_mr.cpp @@ -215,7 +215,7 @@ void KyraEngine_MR::updateItemAnimations() { return; uint16 shpIdx = s->frames[a->currentFrame].index + 248; - if ((s->itemIndex == _handItemSet || s->itemIndex == _itemInHand) && (!_mouseState && _screen->isMouseVisible())) { + if ((/*s->itemIndex == _handItemSet || */s->itemIndex == _itemInHand) && (!_mouseState && _screen->isMouseVisible())) { nextFrame = true; _screen->setMouseCursor(12, 19, getShapePtr(shpIdx)); } -- cgit v1.2.3