diff options
author | Mikko Tiusanen <ams@daug.net> | 2014-11-22 20:40:57 +0200 |
---|---|---|
committer | Mikko Tiusanen <ams@daug.net> | 2014-11-22 20:40:57 +0200 |
commit | d2a3f26bc4c0699f3a4bb2a08a3f48ca1ba5d9c6 (patch) | |
tree | aedcd68b4c9a6c1525b3de30a3dbd5b2b2c34639 /src/game/g_combat.c | |
parent | 73d005979462a1b10169010cfc69f3d09e9823c7 (diff) | |
parent | 69382df33438a83a58645b9912788a47cd24552d (diff) |
Merge branch 'master' of github.com:mtiusane/new-edge
Diffstat (limited to 'src/game/g_combat.c')
-rw-r--r-- | src/game/g_combat.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/game/g_combat.c b/src/game/g_combat.c index 87a6bd6..bddafaa 100644 --- a/src/game/g_combat.c +++ b/src/game/g_combat.c @@ -184,8 +184,7 @@ float G_CamperRewardBonus( gentity_t *self ) // exclude builders: switch( BG_GetPlayerWeapon( &self->client->ps ) ) { - case WP_ABUILD: - case WP_ABUILD2: + case WP_ABUILD: case WP_HBUILD: return 1.0f; default: ; } |