mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-12 21:00:32 +00:00
Fixes and style changes
This commit is contained in:
parent
9200810f60
commit
12d16ddc06
7 changed files with 34 additions and 27 deletions
|
@ -1009,6 +1009,13 @@ public:
|
|||
return GetPrimaryFireAnim(weapon);
|
||||
}
|
||||
|
||||
static AnimationId Get3rdFireAnim(CWeaponInfo* weapon) {
|
||||
if (!!weapon->m_bCop3rd)
|
||||
return ANIM_WEAPON_FIRE_3RD;
|
||||
else
|
||||
return (AnimationId)0;
|
||||
}
|
||||
|
||||
static AnimationId GetFireAnimGround(CWeaponInfo* weapon, bool kickFloorIfNone = true) {
|
||||
if (!!weapon->m_bGround2nd)
|
||||
return ANIM_WEAPON_CROUCHFIRE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue