diff options
author | Andrey Nazarov <skuller@skuller.net> | 2008-08-28 17:35:47 +0000 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2008-08-28 17:35:47 +0000 |
commit | 8d466c8c99a82c9fa87d2c8a932413da1ac89e04 (patch) | |
tree | 9954623456ae4dc245daa98f57f913f9892a742b /source/cl_public.h | |
parent | 651dbdd53d61b75108ffdc95f3efdb285adc7170 (diff) |
Removed unimplemented `sv_mvd_wait' cvar.
Bind server TCP socket with SO_REUSEADDR option, close it properly on shutdown.
Implemented server console logging over HTTP, accessible at `/console' URI.
Added `sv_console_auth' cvar controlling access to server console.
Never allow server realtime go back.
Spectator chat on GTV is no longer audible.
Moved POV name on the very top of the screen.
Diffstat (limited to 'source/cl_public.h')
-rw-r--r-- | source/cl_public.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cl_public.h b/source/cl_public.h index b6d9dac..42e07fc 100644 --- a/source/cl_public.h +++ b/source/cl_public.h @@ -51,7 +51,7 @@ void CL_ProcessEvents( void ); void CL_Init (void); void CL_Disconnect( comErrorType_t type, const char *text ); void CL_Shutdown (void); -void CL_Frame (int msec); +void CL_Frame (unsigned msec); void CL_LocalConnect( void ); void CL_RestartFilesystem( void ); void CL_Activate( active_t active ); |