Skip to content

Commit

Permalink
Removed duplicate setting of contents for trigger_hurt.
Browse files Browse the repository at this point in the history
  • Loading branch information
zturtleman committed Nov 28, 2011
1 parent 011fcab commit fe64955
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/game/g_trigger.c
Expand Up @@ -390,8 +390,6 @@ void SP_trigger_hurt( gentity_t *self ) {
self->damage = 5;
}

self->r.contents = CONTENTS_TRIGGER;

self->use = hurt_use;

// link in to the world if starting active
Expand Down

0 comments on commit fe64955

Please sign in to comment.