From 66e8d2624206354c2d8867072f6c9f2a8eea50d0 Mon Sep 17 00:00:00 2001 From: Andrei Drexler Date: Sat, 11 May 2002 17:59:49 +0000 Subject: [PATCH] Trigger_hurt update --- reaction/game/g_trigger.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/reaction/game/g_trigger.c b/reaction/game/g_trigger.c index 465e2461..a27a39b4 100644 --- a/reaction/game/g_trigger.c +++ b/reaction/game/g_trigger.c @@ -5,6 +5,9 @@ //----------------------------------------------------------------------------- // // $Log$ +// Revision 1.11 2002/05/11 17:59:49 makro +// Trigger_hurt update +// // Revision 1.10 2002/05/11 00:38:47 blaze // trigger_push and target_push default to no noise when the noise flag is not set. // @@ -413,9 +416,10 @@ void SP_trigger_hurt( gentity_t *self ) { self->r.contents = CONTENTS_TRIGGER; - if ( self->spawnflags & 2 ) { + //Makro - removed this check + //if ( self->spawnflags & 2 ) { self->use = hurt_use; - } + //} // link in to the world if starting active if ( ! (self->spawnflags & 1) ) {