diff options
author | Andrey Nazarov <skuller@skuller.net> | 2008-02-28 12:09:10 +0000 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2008-02-28 12:09:10 +0000 |
commit | bf6d45c620f098c84d602e9347bc7cf457c38b5a (patch) | |
tree | ec075676ff09467ea910c51fb45fb37185a1ddf3 /source/mvd_local.h | |
parent | 4034314816f7ec9e26c9b9bfc2630c8ca0a24874 (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.h | 2 |
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 ); |