mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 07:34:08 +00:00
commit
8b82e9c40f
16 changed files with 204 additions and 31 deletions
|
@ -1222,6 +1222,16 @@ MainWndProc(HWND window, UINT message, WPARAM wParam, LPARAM lParam)
|
|||
break;
|
||||
}
|
||||
|
||||
#ifdef FIX_BUGS // game turns on menu when focus is re-gained rather than lost
|
||||
case WM_KILLFOCUS:
|
||||
#else
|
||||
case WM_SETFOCUS:
|
||||
#endif
|
||||
{
|
||||
CGame::InitAfterFocusLoss();
|
||||
break;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue