git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4882 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
f4d3df7bf5
commit
3a5a3312cd
1 changed files with 5 additions and 1 deletions
|
@ -4589,7 +4589,11 @@ double Host_Frame (double time)
|
|||
#endif
|
||||
Key_Dest_Has(kdm_menu) ||
|
||||
Key_Dest_Has(kdm_editor) ||
|
||||
cl.paused || !ActiveApp;
|
||||
#ifdef _WIN32
|
||||
!ActiveApp ||
|
||||
#endif
|
||||
cl.paused
|
||||
;
|
||||
// TODO: check if minimized or unfocused
|
||||
|
||||
//read packets early and always, so we don't have stuff waiting for reception quite so often.
|
||||
|
|
Loading…
Reference in a new issue