Fix a few warnings
This commit is contained in:
parent
c621589157
commit
621a72e698
18 changed files with 76 additions and 74 deletions
|
@ -881,6 +881,10 @@ void Think_SpawnNewDoorTrigger( gentity_t *ent ) {
|
|||
vec3_t mins, maxs;
|
||||
int i, best;
|
||||
|
||||
if (!ent) {
|
||||
return;
|
||||
}
|
||||
|
||||
// set all of the slaves as shootable
|
||||
for ( other = ent ; other ; other = other->teamchain ) {
|
||||
other->takedamage = qtrue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue