mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-23 12:32:09 +00:00
Removed duplicate setting of contents for trigger_hurt.
This commit is contained in:
parent
011fcabb22
commit
fe64955c0c
1 changed files with 0 additions and 2 deletions
|
@ -390,8 +390,6 @@ void SP_trigger_hurt( gentity_t *self ) {
|
||||||
self->damage = 5;
|
self->damage = 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
self->r.contents = CONTENTS_TRIGGER;
|
|
||||||
|
|
||||||
self->use = hurt_use;
|
self->use = hurt_use;
|
||||||
|
|
||||||
// link in to the world if starting active
|
// link in to the world if starting active
|
||||||
|
|
Loading…
Reference in a new issue