From: Martin Taibr Date: Sat, 17 Jun 2017 01:03:25 +0000 (+0200) Subject: be more ambiguous since i don't really know ;) X-Git-Tag: xonotic-v0.8.5~2526^2~2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=5fdbe963f745a7d571deebc4c7623cc63adb61d2;p=xonotic%2Fxonotic-data.pk3dir.git be more ambiguous since i don't really know ;) --- diff --git a/qcsrc/common/physics/player.qh b/qcsrc/common/physics/player.qh index cbd746085..36756b074 100644 --- a/qcsrc/common/physics/player.qh +++ b/qcsrc/common/physics/player.qh @@ -195,7 +195,7 @@ STATIC_INIT(PHYS_INPUT_BUTTON_DODGE) // 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 - // when .fixangle is set, .v_angle will be set to .angles in the next frame + // when .fixangle is set, the player's view will change to the direction where the model is facing .vector v_angle; .entity hook;