Use newly added flag
This commit is contained in:
parent
687e3d6e27
commit
d7d8949d2a
@ -868,7 +868,7 @@ namespace Components
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Check for frozen controls. Flag name should start with PMF_
|
// Check for frozen controls. Flag name should start with PMF_
|
||||||
if (CG_ShouldUpdateViewAngles(gamePadIndex) && (clientActive.snap.ps.pm_flags & 0x800) == 0)
|
if (CG_ShouldUpdateViewAngles(gamePadIndex) && (clientActive.snap.ps.pm_flags & Game::PMF_FROZEN) == 0)
|
||||||
{
|
{
|
||||||
Game::AimInput aimInput{};
|
Game::AimInput aimInput{};
|
||||||
Game::AimOutput aimOutput{};
|
Game::AimOutput aimOutput{};
|
||||||
|
Loading…
Reference in New Issue
Block a user