diff options
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 ); |