From 4f659e218276d70ca329173dc2688bf694a9517e Mon Sep 17 00:00:00 2001 From: Martin Taibr Date: Fri, 11 Aug 2017 00:33:04 +0200 Subject: [PATCH] do the lazy thing --- qcsrc/common/physics/player.qh | 1 + 1 file changed, 1 insertion(+) diff --git a/qcsrc/common/physics/player.qh b/qcsrc/common/physics/player.qh index a80c0844d8..95b8c5f632 100644 --- a/qcsrc/common/physics/player.qh +++ b/qcsrc/common/physics/player.qh @@ -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; -- 2.39.2