mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 15:37:55 -05:00
parent
124a5ddaa3
commit
bfa035ca79
1 changed files with 8 additions and 0 deletions
|
@ -281,6 +281,14 @@ void Isle::SetupCursor(WPARAM wParam)
|
||||||
break;
|
break;
|
||||||
case 0xB:
|
case 0xB:
|
||||||
m_cursorCurrent = NULL;
|
m_cursorCurrent = NULL;
|
||||||
|
case 3:
|
||||||
|
case 4:
|
||||||
|
case 5:
|
||||||
|
case 6:
|
||||||
|
case 7:
|
||||||
|
case 8:
|
||||||
|
case 9:
|
||||||
|
case 0xA:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue