Prevent crouching from overriding lasersight

This commit is contained in:
wolfcheese 2021-06-09 18:28:25 -04:00
parent 772568366f
commit 015f9d7cc1

View file

@ -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))
{