diff options
author | Andrey Nazarov <skuller@skuller.net> | 2011-05-26 13:25:08 +0400 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2011-05-26 13:25:08 +0400 |
commit | d7bcacd9fb01162c70f5f44ed9bea360c1ad4be4 (patch) | |
tree | a6b2de2fccbea7b703281bd5f61521c3cb1077ff /src/cl_public.h | |
parent | f5624d2154c1aabc67a45c1e82cd25550df33a14 (diff) |
Improve client event loop.
Execute command buffers directly inside CL_ProcessEvents. Break sub-msec
spin loop when important event occurs.
Diffstat (limited to 'src/cl_public.h')
-rw-r--r-- | src/cl_public.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cl_public.h b/src/cl_public.h index 4c65705..223771c 100644 --- a/src/cl_public.h +++ b/src/cl_public.h @@ -47,7 +47,7 @@ typedef enum { ACT_ACTIVATED } active_t; -void CL_ProcessEvents( void ); +qboolean CL_ProcessEvents( void ); #if USE_ICMP void CL_ErrorEvent( void ); #endif |