summaryrefslogtreecommitdiff
path: root/src/game/g_weapon.c
diff options
context:
space:
mode:
authorMikko Tiusanen <ams@daug.net>2014-06-03 00:31:29 +0300
committerMikko Tiusanen <ams@daug.net>2014-06-03 00:31:29 +0300
commit00fc79978bf84ab9cc88fda7c7ec4ea00cdb5b7b (patch)
tree58e1fbf554bfb20e0becc70d531a62a969ec7b31 /src/game/g_weapon.c
parentddf28c92d9ccf00152b75ab7551c3b655de597cf (diff)
Cleaned up some of the code related to previous changes.
Commented out increment line that caused cvar change messages on building death.
Diffstat (limited to 'src/game/g_weapon.c')
-rw-r--r--src/game/g_weapon.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game/g_weapon.c b/src/game/g_weapon.c
index 115c451..2ea5e85 100644
--- a/src/game/g_weapon.c
+++ b/src/game/g_weapon.c
@@ -1731,9 +1731,9 @@ gclient_t *client;
slowBlobFire( ent );
break;
- //case WP_ALEVEL2_UPG:
- // bounceBallFire_level2( ent );
- // break;
+ case WP_ALEVEL2_UPG:
+ bounceBallFire_level2( ent );
+ break;
case WP_ALEVEL5:
Prickles( ent );