mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 06:41:51 +00:00
MOHAWK: Fix using the Mac binary for Riven cursors
This commit is contained in:
parent
14ac4efa09
commit
8004a82f29
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user