From 46d02cd9def7ab76a3c223b4845ff70b33139b01 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 27 Nov 2005 00:12:07 +0000 Subject: Implemented cmd_runSceneAnimUntilDone and cmd_displayWSAFrameOnHidPage. Also fixed cursor hotspot position. svn-id: r19707 --- kyra/screen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kyra/screen.cpp') diff --git a/kyra/screen.cpp b/kyra/screen.cpp index e28f178712..d0813d5bec 100644 --- a/kyra/screen.cpp +++ b/kyra/screen.cpp @@ -1621,7 +1621,7 @@ void Screen::setMouseCursor(int x, int y, byte *shape) { _system->showMouse(false); copyRegionToBuffer(8, 0, 0, mouseWidth, mouseHeight, cursor); - _system->setMouseCursor(cursor, mouseWidth, mouseHeight, 0, 0, 0); + _system->setMouseCursor(cursor, mouseWidth, mouseHeight, x, y, 0); _system->showMouse(true); free(cursor); -- cgit v1.2.3