mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-31 16:03:24 +00:00
fix regression in KyraEngine_LoK::setMouseItem
svn-id: r32128
This commit is contained in:
parent
ebe1009335
commit
f481821eeb
@ -193,7 +193,7 @@ void KyraEngine_LoK::removeHandItem() {
|
||||
|
||||
void KyraEngine_LoK::setMouseItem(int item) {
|
||||
debugC(9, kDebugLevelMain, "KyraEngine_LoK::setMouseItem(%d)", item);
|
||||
if (item == -1)
|
||||
if (item == 0xFFFF)
|
||||
_screen->setMouseCursor(1, 1, _shapes[6]);
|
||||
else
|
||||
_screen->setMouseCursor(8, 15, _shapes[216+item]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user