1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 14:14:47 +01:00

fix for alt key issues on bnet

This commit is contained in:
FunkyFr3sh 2019-12-01 11:50:10 +01:00
parent f11b1ba640
commit b70df5b8ff

View File

@ -433,6 +433,7 @@ BOOL WINAPI fake_DestroyWindow(HWND hWnd)
if (!FindWindowEx(HWND_DESKTOP, NULL, "SDlgDialog", NULL))
{
ddraw->bnetActive = FALSE;
SetFocus(ddraw->hWnd);
mouse_lock();
if (ddraw->windowed)