diff options
author | mtiusane <mtiusane@users.noreply.github.com> | 2014-11-22 20:40:43 +0200 |
---|---|---|
committer | mtiusane <mtiusane@users.noreply.github.com> | 2014-11-22 20:40:43 +0200 |
commit | 69382df33438a83a58645b9912788a47cd24552d (patch) | |
tree | 01d7e5a29f3a84abdc4f67d8515892135e62e68f /src/cgame/cg_main.c | |
parent | fd19ccb037e349286e3b72a1277c58079056fcc2 (diff) | |
parent | ae41a0cdf13d6cf4150d32f089d5a45fe068b241 (diff) |
Merge pull request #14 from enneract/newguns
Rocket Launcher
Diffstat (limited to 'src/cgame/cg_main.c')
-rw-r--r-- | src/cgame/cg_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cgame/cg_main.c b/src/cgame/cg_main.c index c7b470c..b7885ec 100644 --- a/src/cgame/cg_main.c +++ b/src/cgame/cg_main.c @@ -1550,7 +1550,6 @@ static const char *CG_FeederItemText( int feederID, int index, int column, qhand { switch( sp->weapon ) { - case WP_ABUILD2: case WP_ALEVEL0_UPG: case WP_ALEVEL1_UPG: case WP_ALEVEL2_UPG: |