diff options
Diffstat (limited to 'src/game/g_weapon.c')
-rw-r--r-- | src/game/g_weapon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_weapon.c b/src/game/g_weapon.c index d27adb73..be708264 100644 --- a/src/game/g_weapon.c +++ b/src/game/g_weapon.c @@ -434,7 +434,7 @@ void Weapon_Flamer_Fire (gentity_t *ent) { m = fire_flamer (ent, muzzle, forward); -// VectorAdd( m->s.pos.trDelta, ent->client->ps.velocity, m->s.pos.trDelta ); // "real" physics + VectorAdd( m->s.pos.trDelta, ent->client->ps.velocity, m->s.pos.trDelta ); // "real" physics } /* |