mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-29 14:17:57 +03:00
Added radars and radarShaders in cg_t
This commit is contained in:
parent
149d3ce2fc
commit
03582bb59a
1 changed files with 3 additions and 1 deletions
|
@ -342,6 +342,8 @@ extern "C" {
|
||||||
// misc
|
// misc
|
||||||
crain_t rain;
|
crain_t rain;
|
||||||
clientInfo_t clientinfo[MAX_CLIENTS];
|
clientInfo_t clientinfo[MAX_CLIENTS];
|
||||||
|
radarClient_t radars[MAX_CLIENTS];
|
||||||
|
qhandle_t radarShaders[2];
|
||||||
} cg_t;
|
} cg_t;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue