mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-10 20:46:47 +03:00
Prevent crouching from overriding lasersight
This commit is contained in:
parent
772568366f
commit
015f9d7cc1
1 changed files with 1 additions and 1 deletions
|
@ -387,7 +387,7 @@ void lara_as_stop(ITEM_INFO* item, COLL_INFO* coll)
|
|||
&& (Lara.gunStatus == LG_NO_ARMS
|
||||
|| Lara.gunType == WEAPON_NONE
|
||||
|| Lara.gunType == WEAPON_PISTOLS
|
||||
|| Lara.gunType == WEAPON_REVOLVER
|
||||
|| (Lara.gunType == WEAPON_REVOLVER && !LaserSight)
|
||||
|| Lara.gunType == WEAPON_UZI
|
||||
|| Lara.gunType == WEAPON_FLARE))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue