]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
do the lazy thing
authorMartin Taibr <taibr.martin@gmail.com>
Thu, 10 Aug 2017 22:33:04 +0000 (00:33 +0200)
committerMartin Taibr <taibr.martin@gmail.com>
Thu, 10 Aug 2017 22:33:04 +0000 (00:33 +0200)
qcsrc/common/physics/player.qh

index a80c0844d8836ae359e46d22625f5220156da9ee..95b8c5f632a151f6becef64ba45c8ab353b7b445 100644 (file)
@@ -196,6 +196,7 @@ STATIC_INIT(PHYS_INPUT_BUTTON_DODGE)
        // y is yaw: between -180 and 180, increases when turning left
        // z is roll: positive means tilted clockwise, usually is 0
        // when .fixangle is set, the player's view will change to the direction where the model is facing
+       // more info: https://gitlab.com/xonotic/xonotic-data.pk3dir/merge_requests/447#note_32816794
        .vector v_angle;
 
        .entity hook;