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

Fix CnCNet + cnc-ddraw + RA combination

This commit is contained in:
Toni Spets 2010-11-23 18:04:04 +02:00
parent 2d5403338e
commit 9b7fa91afa

1
main.c
View File

@ -320,6 +320,7 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
return 0;
}
lParam = MAKELPARAM(ddraw->cursor.x, ddraw->cursor.y);
case 1139: /* this somehow triggers network activity in RA, investigate */
return ddraw->WndProc(hWnd, uMsg, wParam, lParam);
}