From f597b0dc226514273f5333c01f25a7ed808c89d3 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sun, 3 Aug 2003 03:33:31 +0000 Subject: * Disable shootable doors --- src/game/g_mover.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/game/g_mover.c b/src/game/g_mover.c index fa1d784d..ea6d6b54 100644 --- a/src/game/g_mover.c +++ b/src/game/g_mover.c @@ -946,9 +946,10 @@ void Think_SpawnNewDoorTrigger( gentity_t *ent ) vec3_t mins, maxs; int i, best; + //TA: disable shootable doors // set all of the slaves as shootable - for( other = ent; other; other = other->teamchain ) - other->takedamage = qtrue; + //for( other = ent; other; other = other->teamchain ) + // other->takedamage = qtrue; // find the bounds of everything on the team VectorCopy( ent->r.absmin, mins ); -- cgit