From f77367c42bc699fd51dbde775f09073ca6658a7d Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 24 Sep 2016 22:32:15 -0400 Subject: XEEN: Fix display of cursor --- engines/xeen/events.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/xeen/events.cpp') diff --git a/engines/xeen/events.cpp b/engines/xeen/events.cpp index f89164903c..55ff24491d 100644 --- a/engines/xeen/events.cpp +++ b/engines/xeen/events.cpp @@ -43,7 +43,7 @@ EventsManager::~EventsManager() { void EventsManager::setCursor(int cursorId) { XSurface cursor; - _sprites.draw(cursor, cursorId); + _sprites.draw(cursor, cursorId, Common::Point(0, 0), SPRFLAG_RESIZE); CursorMan.replaceCursor(cursor.getPixels(), cursor.w, cursor.h, 0, 0, 0); showCursor(); -- cgit v1.2.3