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.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/game/g_weapon.c b/src/game/g_weapon.c
index fc32b16c..24cce9dd 100644
--- a/src/game/g_weapon.c
+++ b/src/game/g_weapon.c
@@ -219,23 +219,6 @@ void lockBlobLauncherFire( gentity_t *ent )
/*
======================================================================
-PLASMAGUN
-
-======================================================================
-*/
-
-void plasmaFire( gentity_t *ent )
-{
- gentity_t *m;
-
- m = fire_plasma (ent, muzzle, forward);
-
-// VectorAdd( m->s.pos.trDelta, ent->client->ps.velocity, m->s.pos.trDelta ); // "real" physics
-}
-
-/*
-======================================================================
-
PULSE RIFLE
======================================================================
@@ -1069,9 +1052,6 @@ void FireWeapon( gentity_t *ent )
case WP_FLAMER:
flamerFire( ent );
break;
- case WP_PLASMAGUN:
- plasmaFire( ent );
- break;
case WP_PULSE_RIFLE:
pulseRifleFire( ent );
break;