diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game/g_local.h | 1 |
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)) |