mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-23 17:49:16 +01:00
Fix wrong call on free cam (now it's faster)
This commit is contained in:
parent
9b9545b92a
commit
05fb47bdb0
@ -1348,7 +1348,7 @@ CPlayerPed::ProcessPlayerWeapon(CPad *padUsed)
|
||||
// On this one we can rotate arm.
|
||||
if (CAN_AIM_WITH_ARM) {
|
||||
if (!padUsed->GetWeapon()) { // making this State != ATTACK still stops it after attack. Re-start it immediately!
|
||||
SetWeaponLockOnTarget(nil);
|
||||
SetPointGunAt(nil);
|
||||
bIsPointingGunAt = false; // to not stop after attack
|
||||
}
|
||||
pointedGun = 2;
|
||||
|
Loading…
Reference in New Issue
Block a user