match Isle::SetupCursor

This commit is contained in:
Christian Semmler 2023-06-20 18:36:16 +02:00
parent 0ab8fc52d2
commit 77f6c657c0
No known key found for this signature in database
GPG Key ID: 086DAA1360BEEE5C

View File

@ -283,6 +283,14 @@ void Isle::SetupCursor(WPARAM wParam)
break;
case 0xB:
m_cursorCurrent = NULL;
case 3:
case 4:
case 5:
case 6:
case 7:
case 8:
case 9:
case 0xa:
break;
}