AimCameraShakeFix v1.2.1
fix: detect on-foot state via bInVehicle ped flag The guard could silently deactivate after entering/exiting a vehicle (CPed::m_pVehicle can stay set after the ped exits) and after actions touching the undocumented CPed field 0x53C read by the old swim check. Check pedFlags bInVehicle (CPed+0x46D bit 0) instead and drop the swim check entirely.