summaryrefslogtreecommitdiff
path: root/src/cgame/cg_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cgame/cg_local.h')
-rw-r--r--src/cgame/cg_local.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h
index 4c5f36a3..62b32ea4 100644
--- a/src/cgame/cg_local.h
+++ b/src/cgame/cg_local.h
@@ -303,9 +303,9 @@ typedef struct particleSystem_s
psAttachment_t attachment;
qboolean attached; //is the particle system attached to anything
- qboolean enabled; //necessary?
-
qboolean valid;
+ qboolean lazyRemove; //mark this system for later removal
+
} particleSystem_t;
@@ -769,11 +769,11 @@ typedef struct
//TA:
typedef struct
{
- vec3_t alienBuildablePos[ BA_NUM_BUILDABLES ];
- int alienBuildableTimes[ BA_NUM_BUILDABLES ];
+ vec3_t alienBuildablePos[ MAX_GENTITIES ];
+ int alienBuildableTimes[ MAX_GENTITIES ];
int numAlienBuildables;
- vec3_t humanBuildablePos[ BA_NUM_BUILDABLES ];
+ vec3_t humanBuildablePos[ MAX_GENTITIES ];
int numHumanBuildables;
vec3_t alienClientPos[ MAX_CLIENTS ];