mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
Merge branch 'develop' into x64_new
This commit is contained in:
commit
6bce930a91
1 changed files with 4 additions and 1 deletions
|
@ -512,7 +512,10 @@ void HandleWeapon(ItemInfo& laraItem)
|
|||
{
|
||||
if (player.Control.Weapon.GunType == LaraWeaponType::Flare)
|
||||
{
|
||||
if (!player.LeftArm.FrameNumber)
|
||||
// NOTE: Original engines for some reason do this check, but it introduces a bug when player
|
||||
// can't drop a flare underwater after it was dropped and picked up again once. -- Lwmte, 20/05/23
|
||||
|
||||
//if (!player.LeftArm.FrameNumber)
|
||||
{
|
||||
player.Control.HandStatus = HandStatus::WeaponUndraw;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue