mirror of
https://github.com/ENSL/NS.git
synced 2025-02-16 17:11:15 +00:00
fix being stuck reloading if reload was held while shooting sg or gl
This commit is contained in:
parent
cab8803828
commit
c270808c43
2 changed files with 8 additions and 0 deletions
|
@ -424,6 +424,10 @@ void AvHGrenadeGun::Reload(void)
|
|||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
this->m_fInSpecialReload = kSpecialReloadNone;
|
||||
}
|
||||
}
|
||||
|
||||
void AvHGrenadeGun::WeaponIdle(void)
|
||||
|
|
|
@ -242,6 +242,10 @@ void AvHReloadableMarineWeapon::Reload(void)
|
|||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
this->m_fInSpecialReload = kSpecialReloadNone;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue