diff options
| -rw-r--r-- | engines/hopkins/events.cpp | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/engines/hopkins/events.cpp b/engines/hopkins/events.cpp index e66ecd3bb8..746fc5666d 100644 --- a/engines/hopkins/events.cpp +++ b/engines/hopkins/events.cpp @@ -374,8 +374,10 @@ LABEL_34:  LABEL_35:  	if (!_vm->_globals.PUBEXIT)  		_vm->_objectsManager.AFF_SPRITES(); -	if (souris_flag != true) +	if (souris_flag != true) { +		updateCursor();  		goto LABEL_54; +	}  	if (btsouris == 23)  		goto LABEL_45;  	if (yp >= _vm->_graphicsManager.max_y || v15 >= _vm->_graphicsManager.max_x || v14 <= 1 || v13 <= 1) { | 
