mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-10 21:03:31 +00:00
SCI: added comments about sierra not upscaling cursors for shape and view cursors
svn-id: r48721
This commit is contained in:
parent
5e472b1ba2
commit
88af84514b
@ -139,7 +139,7 @@ void GfxCursor::kernelSetShape(GuiResourceId resourceId) {
|
||||
heightWidth = SCI_CURSOR_SCI0_HEIGHTWIDTH;
|
||||
|
||||
if (_upscaledHires) {
|
||||
// Scale cursor by 2x
|
||||
// Scale cursor by 2x - note: sierra didn't do this, but it looks much better
|
||||
heightWidth *= 2;
|
||||
hotspot.x *= 2;
|
||||
hotspot.y *= 2;
|
||||
@ -183,7 +183,7 @@ void GfxCursor::kernelSetView(GuiResourceId viewNum, int loopNum, int celNum, Co
|
||||
}
|
||||
|
||||
if (_upscaledHires) {
|
||||
// Scale cursor by 2x
|
||||
// Scale cursor by 2x - note: sierra didn't do this, but it looks much better
|
||||
width *= 2;
|
||||
height *= 2;
|
||||
cursorHotspot->x *= 2;
|
||||
|
Loading…
x
Reference in New Issue
Block a user