diff options
| -rw-r--r-- | engines/kyra/screen.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/engines/kyra/screen.cpp b/engines/kyra/screen.cpp index d323eb21ca..0686eee254 100644 --- a/engines/kyra/screen.cpp +++ b/engines/kyra/screen.cpp @@ -2323,6 +2323,8 @@ void Screen::setMouseCursor(int x, int y, byte *shape) {  		shape -= 2;  	if (_vm->gameFlags().useHiResOverlay) { +		x <<= 1; +		y <<= 1;  		mouseWidth <<= 1;  		mouseHeight <<= 1;  		fillRect(mouseWidth, 0, mouseWidth, mouseHeight, 0, 8); | 
