diff options
-rw-r--r-- | engines/kyra/scene_v3.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/scene_v3.cpp b/engines/kyra/scene_v3.cpp index 27144ff505..977d9540f8 100644 --- a/engines/kyra/scene_v3.cpp +++ b/engines/kyra/scene_v3.cpp @@ -161,7 +161,7 @@ void KyraEngine_v3::enterNewScene(uint16 sceneId, int facing, int unk1, int unk2 setNextIdleAnimTimer(); - if (_itemInHand <= 0) { + if (_itemInHand < 0) { _itemInHand = -1; _handItemSet = -1; _screen->setMouseCursor(0, 0, _gameShapes[0]); |