mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57: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
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue