# | Line 448 | Line 448 | static int16 VideoControl(uint32 pb, Vid | |
---|---|---|
448 | MacCursor[3] = ReadMacInt8(0x887); | |
449 | ||
450 | // Set new cursor image | |
451 | < | if (display_type == DIS_SCREEN) |
451 | > | if (!video_can_change_cursor()) |
452 | return controlErr; | |
453 | if (changed) | |
454 | video_set_cursor(); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |