diff options
Diffstat (limited to 'source/sv_public.h')
-rw-r--r-- | source/sv_public.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source/sv_public.h b/source/sv_public.h index c12e2d2..48f577b 100644 --- a/source/sv_public.h +++ b/source/sv_public.h @@ -39,5 +39,8 @@ void SV_Shutdown( const char *finalmsg, killtype_t type ); void SV_Frame (unsigned msec); void SV_SetConsoleTitle( void ); void SV_ConsoleOutput( const char *msg ); -//qboolean MVD_GetDemoPercent( int *percent, int *bufferPercent ); + +#if USE_MVD_CLIENT && USE_CLIENT +int MVD_GetDemoPercent( void ); +#endif |