Made gibs SOLID_TRIGGER as well.

This commit is contained in:
Knightmare66 2019-06-07 17:19:26 -04:00
parent 74eb613de9
commit 37f33ad4ad

View file

@ -597,7 +597,7 @@ void ThrowDebris (edict_t *self, char *modelname, float speed, vec3_t origin, in
chunk->movetype = MOVETYPE_BOUNCE;
VectorSet (chunk->mins, -1, -1, -1);
VectorSet (chunk->maxs, 1, 1, 1);
chunk->solid = SOLID_NOT;
chunk->solid = SOLID_TRIGGER; // Knightmare- was SOLID_NOT
chunk->avelocity[0] = random()*600;
chunk->avelocity[1] = random()*600;
chunk->avelocity[2] = random()*600;