From bfa035ca7964b1c50c4f280c24c0ac3ec5f3767c Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Wed, 21 Jun 2023 09:30:59 +0200 Subject: [PATCH] isle: Match Isle::SetupCursor (#28) * match Isle::SetupCursor * case --- ISLE/isle.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ISLE/isle.cpp b/ISLE/isle.cpp index 7c981bd0..a58ad707 100644 --- a/ISLE/isle.cpp +++ b/ISLE/isle.cpp @@ -281,6 +281,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; }