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/q_shared.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/q_shared.h')
-rw-r--r-- | source/q_shared.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/q_shared.h b/source/q_shared.h index 59e6812..bb2955b 100644 --- a/source/q_shared.h +++ b/source/q_shared.h @@ -592,8 +592,8 @@ CVARS (console variables) struct cvar_s; -typedef const char *( *xgenerator_t )( const char *, int ); typedef void (*xchanged_t)( struct cvar_s * ); +typedef const char *( *xgenerator_t )( const char *, int ); // nothing outside the cvar.*() functions should modify these fields! typedef struct cvar_s { |