summaryrefslogtreecommitdiff
path: root/source/sv_public.h
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2008-10-25 16:43:39 +0000
committerAndrey Nazarov <skuller@skuller.net>2008-10-25 16:43:39 +0000
commit8a4e5f5516e94fe901a332bce7eef9b824f225c6 (patch)
tree93d64ca93047c6b1c1b59658e950ab0062544fe9 /source/sv_public.h
parentb7d3939f3f68617f80d74d0a2bf6ea34ddea1065 (diff)
Progress meter now works for local MVDs again.
Implemented `mvdskip' command which allows one jump to the next map in a MVD. Removed `mvd_shownet' debugging stuff from dedicated server build. Dropped packets no longer have maximum height on the lagometer.
Diffstat (limited to 'source/sv_public.h')
-rw-r--r--source/sv_public.h5
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