From bf6d45c620f098c84d602e9347bc7cf457c38b5a Mon Sep 17 00:00:00 2001 From: Andrey Nazarov Date: Thu, 28 Feb 2008 12:09:10 +0000 Subject: 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. --- source/q_shared.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/q_shared.h') 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 { -- cgit v1.2.3