Added radars and radarShaders in cg_t

This commit is contained in:
smallmodel 2023-08-15 22:21:24 +02:00
parent 149d3ce2fc
commit 03582bb59a
No known key found for this signature in database
GPG key ID: A96F163ED4891440

View file

@ -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 {