From 2bd3eed03d3e5876550955a879e75f7ec60e776f Mon Sep 17 00:00:00 2001 From: Rin Date: Wed, 6 Jul 2022 19:04:47 +0100 Subject: [PATCH] better shit --- OpenParrot/src/Functions/Games/ES3X/WMMT6.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenParrot/src/Functions/Games/ES3X/WMMT6.cpp b/OpenParrot/src/Functions/Games/ES3X/WMMT6.cpp index a03244f..a584c54 100644 --- a/OpenParrot/src/Functions/Games/ES3X/WMMT6.cpp +++ b/OpenParrot/src/Functions/Games/ES3X/WMMT6.cpp @@ -741,6 +741,7 @@ static LRESULT Hook_WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) static BOOL Hook_ShowWindow(HWND hwnd, int nCmdShow) { SetWindowLongPtrW(hwnd, -4, (LONG_PTR)Hook_WndProc); + ShowCursor(1); mt6Hwnd = hwnd; return pShowWindow(hwnd, nCmdShow);