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

fix alt key bug on war2

This commit is contained in:
FunkyFr3sh 2019-11-18 15:01:03 +01:00
parent f003d8c9c9
commit f11b1ba640

View File

@ -1043,11 +1043,11 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
switch(uMsg)
{
//case WM_NCACTIVATE:
case WM_GETMINMAXINFO:
case WM_MOVING:
case WM_NCLBUTTONDOWN:
case WM_NCLBUTTONUP:
case WM_NCACTIVATE:
case WM_NCPAINT:
{
return DefWindowProc(hWnd, uMsg, wParam, lParam);