diff options
| -rw-r--r-- | engines/kyra/scene_lol.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/engines/kyra/scene_lol.cpp b/engines/kyra/scene_lol.cpp index 8cb28840d5..42ac7ad7e5 100644 --- a/engines/kyra/scene_lol.cpp +++ b/engines/kyra/scene_lol.cpp @@ -1517,6 +1517,7 @@ void LoLEngine::setSequenceButtons(int x, int y, int w, int h, int enableFlags)  	_seqWindowY2 = y + h;  	int offs = _itemInHand ? 10 : 0;  	_screen->setMouseCursor(offs, offs, getItemIconShapePtr(_itemInHand)); +	_currentFloatingCursor = -1;  	if (w == 320) {  		setLampMode(0);  		_lampStatusSuspended = true; | 
