summaryrefslogtreecommitdiff
path: root/src/game/g_weapon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_weapon.c')
-rw-r--r--src/game/g_weapon.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/g_weapon.c b/src/game/g_weapon.c
index 1b1fcf33..cf1a0beb 100644
--- a/src/game/g_weapon.c
+++ b/src/game/g_weapon.c
@@ -225,8 +225,6 @@ void flamerFire( gentity_t *ent )
gentity_t *m;
m = fire_flamer( ent, muzzle, forward );
-
- //VectorAdd( m->s.pos.trDelta, ent->client->ps.velocity, m->s.pos.trDelta ); // "real" physics
}
/*