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:
parent
f11b1ba640
commit
b70df5b8ff
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user