From: Martin Taibr Date: Thu, 10 Aug 2017 22:33:04 +0000 (+0200) Subject: do the lazy thing X-Git-Tag: xonotic-v0.8.5~2526^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=4f659e218276d70ca329173dc2688bf694a9517e;p=xonotic%2Fxonotic-data.pk3dir.git do the lazy thing --- diff --git a/qcsrc/common/physics/player.qh b/qcsrc/common/physics/player.qh index a80c0844d..95b8c5f63 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;