summaryrefslogtreecommitdiff
path: root/src/game/g_weapon.c
diff options
context:
space:
mode:
authorenneract <trem.redman@gmail.com>2014-11-23 22:29:30 +0100
committerenneract <trem.redman@gmail.com>2014-11-23 22:29:30 +0100
commitf4413207a03658c719987d02fdbb87443843f43b (patch)
tree99a3d003ccff81c2b6772fea369bc6a8097ba2a8 /src/game/g_weapon.c
parent3fbd7735fcd32ff124fe806e39f6a8f0842dc534 (diff)
Remove Smoke Grenade.
Diffstat (limited to 'src/game/g_weapon.c')
-rw-r--r--src/game/g_weapon.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/game/g_weapon.c b/src/game/g_weapon.c
index 5453913..d869fb1 100644
--- a/src/game/g_weapon.c
+++ b/src/game/g_weapon.c
@@ -698,18 +698,6 @@ void acidBombFire2x( gentity_t *ent, int wp )
/*
======================================================================
-SMOKE
-======================================================================
-*/
-
-void throwSmoke( gentity_t *ent )
-{
- gentity_t *m;
- m = launch_smoke( ent, muzzle, forward );
-}
-
-/*
-======================================================================
LAS GUN
======================================================================
*/
@@ -1994,9 +1982,6 @@ void FireWeapon( gentity_t *ent )
case WP_MINE:
throwMine( ent );
break;
- case WP_SMOKE:
- throwSmoke( ent );
- break;
case WP_LOCKBLOB_LAUNCHER:
lockBlobLauncherFire( ent );
break;