diff options
| -rw-r--r-- | engines/parallaction/input.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/engines/parallaction/input.cpp b/engines/parallaction/input.cpp index fca1ea790b..08df4f9fe3 100644 --- a/engines/parallaction/input.cpp +++ b/engines/parallaction/input.cpp @@ -515,6 +515,7 @@ void Input::setInventoryCursor(ItemName name) {  		// FIXME: destination offseting is not clear  		_vm->_inventoryRenderer->drawItem(name, dst + _mouseComboProps_BR._yOffset * _mouseComboProps_BR._width + _mouseComboProps_BR._xOffset, _mouseComboProps_BR._width);  		_vm->_system->setMouseCursor(dst, _mouseComboProps_BR._width, _mouseComboProps_BR._height, 0, 0, 0); +		break;  	}  	default: | 
