]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
be more ambiguous since i don't really know ;)
authorMartin Taibr <taibr.martin@gmail.com>
Sat, 17 Jun 2017 01:03:25 +0000 (03:03 +0200)
committerMartin Taibr <taibr.martin@gmail.com>
Sat, 17 Jun 2017 01:03:25 +0000 (03:03 +0200)
qcsrc/common/physics/player.qh

index cbd746085f2e42b6df72ed0a9eb2702d9bd99a56..36756b0742a018dc614605952d0c5a4be898ed57 100644 (file)
@@ -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;