diff options
Diffstat (limited to 'source/cl_local.h')
-rw-r--r-- | source/cl_local.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cl_local.h b/source/cl_local.h index 3b0daf9..3acede2 100644 --- a/source/cl_local.h +++ b/source/cl_local.h @@ -594,7 +594,7 @@ void CL_WriteDemoMessage( sizebuf_t *buf ); void CL_EmitDemoFrame( void ); void CL_Stop_f( void ); void CL_Record_f( void ); -qboolean CL_GetDemoInfo( const char *path, demoInfo_t *info ); +demoInfo_t *CL_GetDemoInfo( const char *path, demoInfo_t *info ); // |