scuffed InitAfterFocusLoss implementation

This commit is contained in:
Xinerki
2020-05-21 14:23:12 +03:00
parent b4060a4789
commit 1cb7b9876f
3 changed files with 25 additions and 0 deletions

View File

@ -1222,6 +1222,13 @@ MainWndProc(HWND window, UINT message, WPARAM wParam, LPARAM lParam)
break;
}
case 7:
{
debug("ALT TABBED! CGame::InitAfterFocusLoss() \n");
CGame::InitAfterFocusLoss();
break;
}
}
/*