Skip to content

Commit 6cf23c9

Browse files
committed
Comment typo
1 parent debf856 commit 6cf23c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Client/multiplayer_sa/multiplayer_keysync.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,12 +312,12 @@ void SwitchContext(CPed* thePed)
312312
}
313313
}
314314

315-
// Disable mouse look if they are not in a fight task and not aiming (strafing)
315+
// Disable mouse look if they're not in a fight task and not aiming (strafing)
316316
// Fix GitHub Issue #395
317317
if (thePed->GetCurrentWeaponSlot() == eWeaponSlot::WEAPONSLOT_TYPE_UNARMED && data->m_pad.NewState.RightShoulder1 != 0 && thePed->GetPedIntelligence()->GetFightTask())
318318
bDisableMouseLook = false;
319319

320-
// Disable mouse look if they're underwater (Ped vertical rotation when diving)
320+
// Disable mouse look if they're not underwater (Ped vertical rotation when diving)
321321
// TODO - After merge PR #4401
322322

323323
bMouseLookEnabled = *(bool*)0xB6EC2E;

0 commit comments

Comments
 (0)