summaryrefslogtreecommitdiff
path: root/source/mvd_local.h
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2008-02-28 12:09:10 +0000
committerAndrey Nazarov <skuller@skuller.net>2008-02-28 12:09:10 +0000
commitbf6d45c620f098c84d602e9347bc7cf457c38b5a (patch)
treeec075676ff09467ea910c51fb45fb37185a1ddf3 /source/mvd_local.h
parent4034314816f7ec9e26c9b9bfc2630c8ca0a24874 (diff)
Do not spam dedicated server console with heartbeats.
Added autocompletion of options for some commands. Made logfile_prefix not empty by default. Re-enabled `anti-kick' exploit fix.
Diffstat (limited to 'source/mvd_local.h')
-rw-r--r--source/mvd_local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/mvd_local.h b/source/mvd_local.h
index c96465f..27ba581 100644
--- a/source/mvd_local.h
+++ b/source/mvd_local.h
@@ -187,7 +187,7 @@ void MVD_Shutdown( void );
mvd_t *MVD_SetChannel( int arg );
-const char *MVD_Play_g( const char *partial, int state );
+const char *MVD_Play_g( const char *partial, int argnum, int state );
void MVD_Connect_f( void );
void MVD_Spawn_f( void );