1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-24 17:49:52 +01:00

#292 fix mousei input issues in diablo 1

This commit is contained in:
FunkyFr3sh 2024-05-22 04:38:10 +02:00
parent 07f11bf577
commit c18223e80a

View File

@ -1353,6 +1353,7 @@ HWND WINAPI fake_CreateWindowExA(
g_ddraw.bnet_active = TRUE; g_ddraw.bnet_active = TRUE;
mouse_unlock(); mouse_unlock();
ReleaseCapture();
} }
POINT pt = { 0, 0 }; POINT pt = { 0, 0 };