mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-24 17:49:52 +01:00
Fix RA edwin not receiving another unknown message
This commit is contained in:
parent
d7c8cde0a3
commit
fc32b6a6d1
1
main.c
1
main.c
@ -327,6 +327,7 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
|
|||||||
lParam = MAKELPARAM(ddraw->cursor.x, ddraw->cursor.y);
|
lParam = MAKELPARAM(ddraw->cursor.x, ddraw->cursor.y);
|
||||||
}
|
}
|
||||||
case 1139: /* this somehow triggers network activity in RA, investigate */
|
case 1139: /* this somehow triggers network activity in RA, investigate */
|
||||||
|
case 2024: /* this somehow allows RA edwin to work, investigate */
|
||||||
return ddraw->WndProc(hWnd, uMsg, wParam, lParam);
|
return ddraw->WndProc(hWnd, uMsg, wParam, lParam);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user