add hack for ts

This commit is contained in:
FunkyFr3sh 2021-06-18 12:18:35 +02:00
parent b5ac8aaf8b
commit efb8d84fcc
3 changed files with 12 additions and 1 deletions

View file

@ -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;