From a1f3d889f1eca9b3a670363dd386480ec2b48a76 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Fri, 9 Oct 2009 22:24:05 +0000 Subject: * (bug #3836) Add [SV|trap]_SetConfigstringRestrictions which prevents some clients receiving a config string * Move BG_ClientList* to Com_ClientList* * Split CS_STAGES into CS_ALIEN_STAGES and CS_HUMAN_STAGES --- src/game/g_public.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/g_public.h') diff --git a/src/game/g_public.h b/src/game/g_public.h index 8c9b4ad8..abccafda 100644 --- a/src/game/g_public.h +++ b/src/game/g_public.h @@ -155,6 +155,8 @@ typedef enum { G_GET_CONFIGSTRING, // ( int num, char *buffer, int bufferSize ); + G_SET_CONFIGSTRING_RESTRICTIONS, // ( int num, const clientList* clientList ); + G_GET_USERINFO, // ( int num, char *buffer, int bufferSize ); // userinfo strings are maintained by the server system, so they // are persistant across level loads, while all other game visible -- cgit