summaryrefslogtreecommitdiff
path: root/source/q_shared.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/q_shared.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/q_shared.h')
-rw-r--r--source/q_shared.h2
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 {