MOHAWK: Fix using the Mac binary for Riven cursors

This commit is contained in:
Matthew Hoops 2011-08-29 10:34:48 -04:00
parent 14ac4efa09
commit 8004a82f29

View File

@ -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() {