summaryrefslogtreecommitdiff
path: root/src/cl_public.h
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2011-05-26 13:25:08 +0400
committerAndrey Nazarov <skuller@skuller.net>2011-05-26 13:25:08 +0400
commitd7bcacd9fb01162c70f5f44ed9bea360c1ad4be4 (patch)
treea6b2de2fccbea7b703281bd5f61521c3cb1077ff /src/cl_public.h
parentf5624d2154c1aabc67a45c1e82cd25550df33a14 (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.h2
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