summaryrefslogtreecommitdiff
path: root/src/game/g_public.h
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2015-11-29 19:58:18 +0100
committerPaweł Redman <pawel.redman@gmail.com>2015-11-29 19:58:18 +0100
commitb86cbd75d8ff0e1606c041b5ed77c340cb802715 (patch)
tree845932611591d0c13d76d9c0a8624b6af5547557 /src/game/g_public.h
parent1509124dc819fadf68ffc53e2369258bafcda5b5 (diff)
Port cgame and game to 1.1 ABI.
Diffstat (limited to 'src/game/g_public.h')
-rw-r--r--src/game/g_public.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/game/g_public.h b/src/game/g_public.h
index 9512574..effbe37 100644
--- a/src/game/g_public.h
+++ b/src/game/g_public.h
@@ -159,8 +159,6 @@ 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
@@ -226,10 +224,7 @@ typedef enum {
G_PARSE_READ_TOKEN,
G_PARSE_SOURCE_FILE_AND_LINE,
- G_SEND_GAMESTAT,
-
- G_ADDCOMMAND,
- G_REMOVECOMMAND
+ G_SEND_GAMESTAT
} gameImport_t;