summaryrefslogtreecommitdiff
path: root/src/game/g_weapon.c
diff options
context:
space:
mode:
authorMikko Tiusanen <ams@daug.net>2014-06-02 22:25:08 +0300
committerMikko Tiusanen <ams@daug.net>2014-06-02 22:25:08 +0300
commita52416fa709f00d5581dc1b4722b836561a0f3fe (patch)
treed36768748dbff823cee5d1f613dc3123ced36fbb /src/game/g_weapon.c
parenteb96542aefac01d68617f54e92cf4c8bae0c6d44 (diff)
Disabled adv mara wallwalk and barbs.
Commented out extra print score scaling debug messages.
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 b86f41a..115c451 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 );