diff options
author | Michael Levin <risujin@fastmail.fm> | 2009-10-03 11:20:21 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:14:53 +0000 |
commit | 8c3de13b452432a481d2f2fcc8ee079c6b26d79b (patch) | |
tree | d0c5aeae32cb7a728393db8cebbbb89150ddf75a /src/game | |
parent | c9083efba65343e9242ab05acd82ee7fcfa17e54 (diff) |
Reverted Lucifer Cannon sound changes. Only you can hear your own overcharge again, benmachine. Left the extra entity flag in though, because it is transmitted by the protocol and wasn't used before anyway.
Diffstat (limited to 'src/game')
-rw-r--r-- | src/game/bg_pmove.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/game/bg_pmove.c b/src/game/bg_pmove.c index 3f44debd..45cf89e0 100644 --- a/src/game/bg_pmove.c +++ b/src/game/bg_pmove.c @@ -2783,12 +2783,6 @@ static void PM_Weapon( void ) qboolean attack2 = qfalse; qboolean attack3 = qfalse; - // Set overcharging flag so other players can hear warning - pm->ps->eFlags &= ~EF_WARN_CHARGE; - if( pm->ps->weapon == WP_LUCIFER_CANNON && - pm->ps->stats[ STAT_MISC ] > LCANNON_TOTAL_CHARGE * 2 / 3 ) - pm->ps->eFlags |= EF_WARN_CHARGE; - // don't allow attack until all buttons are up if( pm->ps->pm_flags & PMF_RESPAWNED ) return; |