diff options
author | Tim Angus <tim@ngus.net> | 2007-09-21 12:44:36 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2007-09-21 12:44:36 +0000 |
commit | 0fde027e0d27deb88134c0875d10ebd40e0a0ba6 (patch) | |
tree | 73cf0799026d9a37960cbe8b4b60fbb22b92795b /src/game/g_mover.c | |
parent | 1bfafb4aa17a057876cdd0b42b6ee1474b5ffce9 (diff) |
* Remove lots and lots of redundant comments
Diffstat (limited to 'src/game/g_mover.c')
-rw-r--r-- | src/game/g_mover.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/game/g_mover.c b/src/game/g_mover.c index 268a25d7..2eda08b7 100644 --- a/src/game/g_mover.c +++ b/src/game/g_mover.c @@ -1335,11 +1335,6 @@ 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; - // find the bounds of everything on the team VectorCopy( ent->r.absmin, mins ); VectorCopy( ent->r.absmax, maxs ); |