From c98124f6e68c97634a086d56b6a22d18463d25ac Mon Sep 17 00:00:00 2001 From: /dev/humancontroller Date: Mon, 31 Jul 2017 11:23:45 +0200 Subject: expose g_clients MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit TODO: replace all occurrences of „level.clients“ with „g_clients“ --- src/game/g_local.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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)) -- cgit