mirror of
https://github.com/ENSL/NS.git
synced 2024-11-25 22:11:04 +00:00
fixed onos charge getting stuck
This commit is contained in:
parent
0c18bffed4
commit
ad8a003a00
1 changed files with 6 additions and 1 deletions
|
@ -805,7 +805,12 @@ void IN_AttackUp(void)
|
|||
{
|
||||
KeyUp( &in_attack );
|
||||
in_cancel = 0;
|
||||
//IN_Attack2Up();
|
||||
// Attack2up only for onos so it can end +attack onos charges. Attack2up for all causes blink and leap to cancel if you release attack while blinking or leaping.
|
||||
if (gViewPort)
|
||||
{
|
||||
if (gHUD.GetHUDUser3() == AVH_USER3_ALIEN_PLAYER5)
|
||||
IN_Attack2Up();
|
||||
}
|
||||
}
|
||||
|
||||
void IN_AttackDownForced(void)
|
||||
|
|
Loading…
Reference in a new issue