]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/angle.qc
s/his/their
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / angle.qc
index 2f71cb3fbd3efb88ee585dca88b17a739d44e1ea..9b738a8a988551a3a28b02c6db22b64a6da11e0a 100644 (file)
@@ -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