mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
LOOM PC-Engine: fix mouse cursor
svn-id: r53117
This commit is contained in:
parent
440bcaa060
commit
2c691e1168
@ -580,7 +580,7 @@ void ScummEngine_v5::setBuiltinCursor(int idx) {
|
||||
_cursor.width = 16 * _textSurfaceMultiplier;
|
||||
_cursor.height = 16 * _textSurfaceMultiplier;
|
||||
|
||||
int scl = (_game.platform == Common::kPlatformFMTowns) ? (_bytesPerPixelOutput * _textSurfaceMultiplier) : 1;
|
||||
int scl = _bytesPerPixelOutput * _textSurfaceMultiplier;
|
||||
|
||||
for (i = 0; i < 16; i++) {
|
||||
for (j = 0; j < 16; j++) {
|
||||
|
Loading…
Reference in New Issue
Block a user