From 8004a82f29c7ab6613367e7dde01d3c7af437316 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Mon, 29 Aug 2011 10:34:48 -0400 Subject: MOHAWK: Fix using the Mac binary for Riven cursors --- engines/mohawk/cursors.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'engines/mohawk') diff --git a/engines/mohawk/cursors.cpp b/engines/mohawk/cursors.cpp index cbd17e0b86..8c72c9875e 100644 --- a/engines/mohawk/cursors.cpp +++ b/engines/mohawk/cursors.cpp @@ -199,12 +199,10 @@ void MacCursorManager::setCursor(uint16 id) { if (!stream) stream = _resFork->getResource(MKTAG('C','U','R','S'), id); - if (stream) { + if (stream) setMacCursor(stream); - delete stream; - } else { + else setDefaultCursor(); - } } LivingBooksCursorManager_v2::LivingBooksCursorManager_v2() { -- cgit v1.2.3