Fix RA edwin not receiving another unknown message
This commit is contained in:
parent
d7c8cde0a3
commit
fc32b6a6d1
1 changed files with 1 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue