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 b5d8d57..67f36c1 100644 --- a/source/cl_public.h +++ b/source/cl_public.h @@ -58,7 +58,7 @@ void CL_Frame (unsigned msec); void CL_LocalConnect( void ); void CL_RestartFilesystem( void ); void CL_Activate( active_t active ); -void CL_UpdateUserinfo( cvar_t *var, cvarSetSource_t source ); +void CL_UpdateUserinfo( cvar_t *var, from_t from ); qboolean CL_SendStatusRequest( char *buffer, size_t size ); demoInfo_t *CL_GetDemoInfo( const char *path, demoInfo_t *info ); |