diff options
Diffstat (limited to 'src/game')
| -rw-r--r-- | src/game/bg_pmove.c | 10 | 
1 files changed, 10 insertions, 0 deletions
diff --git a/src/game/bg_pmove.c b/src/game/bg_pmove.c index 77f0a4a8..8c33a500 100644 --- a/src/game/bg_pmove.c +++ b/src/game/bg_pmove.c @@ -3267,6 +3267,16 @@ static void PM_Weapon( void )      //       weapon.cfg      switch( pm->ps->weapon )      { +      case WP_ALEVEL1_UPG: +      case WP_ALEVEL1: +        if( attack1 ) +        { +          num %= 6; +          PM_ForceLegsAnim( NSPA_ATTACK1 ); +          PM_StartWeaponAnim( WANIM_ATTACK1 + num ); +        } +        break; +        case WP_ALEVEL2_UPG:          if( attack2 )          {  | 
