From: Martin Taibr Date: Thu, 10 Aug 2017 22:31:31 +0000 (+0200) Subject: s/his/their X-Git-Tag: xonotic-v0.8.5~2526^2~1 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a30d55f55519dcb344cb61c2d7a79f7dd2415894;p=xonotic%2Fxonotic-data.pk3dir.git s/his/their --- diff --git a/qcsrc/common/physics/player.qh b/qcsrc/common/physics/player.qh index 36756b074..a80c0844d 100644 --- a/qcsrc/common/physics/player.qh +++ b/qcsrc/common/physics/player.qh @@ -191,7 +191,7 @@ STATIC_INIT(PHYS_INPUT_BUTTON_DODGE) .vector movement; - // angles of the player's view (as opposed to his model which uses `.vector angles;`) in degrees + // angles of the player's view (as opposed to their model which uses `.vector angles;`) in degrees // x is pitch: positive means down (unlike .angles) // y is yaw: between -180 and 180, increases when turning left // z is roll: positive means tilted clockwise, usually is 0 diff --git a/qcsrc/lib/angle.qc b/qcsrc/lib/angle.qc index 2f71cb3fb..9b738a8a9 100644 --- a/qcsrc/lib/angle.qc +++ b/qcsrc/lib/angle.qc @@ -1,6 +1,6 @@ .vector origin; -// angles of the player's model (as opposed to his view which uses `.vector v_angle;`) in degrees +// angles of the player's model (as opposed to their view which uses `.vector v_angle;`) in degrees // x is pitch: positive means up (unlike .v_angle), usually is 0 // y is yaw: between -180 and 180, increases when turning left // z is roll: positive means tilted clockwise, usually is 0