add hack for ts
This commit is contained in:
parent
b5ac8aaf8b
commit
efb8d84fcc
3 changed files with 12 additions and 1 deletions
|
@ -531,7 +531,7 @@ LRESULT CALLBACK fake_WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam
|
|||
/* let it pass through once (tiberian sun) */
|
||||
static BOOL one_time;
|
||||
|
||||
if (wParam && !one_time && g_ddraw->noactivateapp)
|
||||
if (wParam && !one_time && g_ddraw->tshack)
|
||||
{
|
||||
one_time = TRUE;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue