diff --git a/code/cgame/cg_local.h b/code/cgame/cg_local.h index 9433ee48..1f2bbec5 100644 --- a/code/cgame/cg_local.h +++ b/code/cgame/cg_local.h @@ -341,7 +341,9 @@ extern "C" { // misc crain_t rain; - clientInfo_t clientinfo[MAX_CLIENTS]; + clientInfo_t clientinfo[MAX_CLIENTS]; + radarClient_t radars[MAX_CLIENTS]; + qhandle_t radarShaders[2]; } cg_t; typedef struct {