summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author/dev/humancontroller <devhc@example.com>2017-07-31 11:23:45 +0200
committer/dev/humancontroller <devhc@example.com>2017-09-16 20:53:28 +0200
commitc98124f6e68c97634a086d56b6a22d18463d25ac (patch)
treef429b4cba26417170d54236d25538db374eb040d
parent8bc5b6fdd9424823a0c46b961f4a4d12b2a8692c (diff)
expose g_clients
TODO: replace all occurrences of „level.clients“ with „g_clients“
-rw-r--r--src/game/g_local.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h
index a3c02c8..5a92ef6 100644
--- a/src/game/g_local.h
+++ b/src/game/g_local.h
@@ -1306,6 +1306,7 @@ connectionRecord_t *G_FindConnectionForCode( int code );
extern level_locals_t level;
extern gentity_t g_entities[ MAX_GENTITIES ];
+extern gclient_t g_clients[ MAX_CLIENTS ];
#define FOFS(x) ((size_t)&(((gentity_t *)0)->x))