summaryrefslogtreecommitdiff
path: root/source/sv_null.c
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_null.c
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_null.c')
-rw-r--r--source/sv_null.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/sv_null.c b/source/sv_null.c
index 19bdc6d..bcea168 100644
--- a/source/sv_null.c
+++ b/source/sv_null.c
@@ -31,11 +31,3 @@ void SV_Frame( int msec ) {
void SV_ProcessEvents( void ) {
}
-#if 0
-qboolean MVD_GetDemoPercent( int *percent, int *bufferPercent ) {
- *percent = 0;
- *bufferPercent = 0;
-
- return qfalse;
-}
-#endif