From 574af78acb793b23b22f3a47d201d4074387304e Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Mon, 12 May 2008 12:42:10 +0000 Subject: - Moved some opcodes to KyraEngine_v1 - Little variable renaming svn-id: r32053 --- engines/kyra/animator_hof.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/kyra/animator_hof.cpp') diff --git a/engines/kyra/animator_hof.cpp b/engines/kyra/animator_hof.cpp index f9fe281179..1192145530 100644 --- a/engines/kyra/animator_hof.cpp +++ b/engines/kyra/animator_hof.cpp @@ -139,7 +139,7 @@ void KyraEngine_HoF::updateItemAnimations() { return; uint16 shpIdx = s->frames[a->currentFrame].index + 64; - if (s->itemIndex == _handItemSet && s->itemIndex == _itemInHand && _screen->isMouseVisible()) { + if (s->itemIndex == _mouseState && s->itemIndex == _itemInHand && _screen->isMouseVisible()) { nextFrame = true; _screen->setMouseCursor(8, 15, getShapePtr(shpIdx)); } -- cgit v1.2.3