mirror of
https://github.com/blendogames/thirtyflightsofloving.git
synced 2024-11-14 16:40:57 +00:00
Made gibs SOLID_TRIGGER as well.
This commit is contained in:
parent
74eb613de9
commit
37f33ad4ad
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue