mirror of
https://github.com/halpz/re3.git
synced 2025-06-30 09:26:24 +00:00
scuffed InitAfterFocusLoss implementation
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user