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

Fix RA edwin not receiving another unknown message

This commit is contained in:
Toni Spets 2010-11-26 21:58:03 +02:00
parent d7c8cde0a3
commit fc32b6a6d1

1
main.c
View File

@ -327,6 +327,7 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
lParam = MAKELPARAM(ddraw->cursor.x, ddraw->cursor.y);
}
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);
}