From ba0111601314de6de12de153c4fc142c8e86543c Mon Sep 17 00:00:00 2001 From: Fate-JH Date: Fri, 21 Apr 2017 07:16:25 -0400 Subject: [PATCH] Update ChildObjectStateMessage.scala scrubbed accidental information specific to the handling of the test platfiorm (Orion) from general comments about COSM --- .../net/psforever/packet/game/ChildObjectStateMessage.scala | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/common/src/main/scala/net/psforever/packet/game/ChildObjectStateMessage.scala b/common/src/main/scala/net/psforever/packet/game/ChildObjectStateMessage.scala index 7e28c442d..4b2a30582 100644 --- a/common/src/main/scala/net/psforever/packet/game/ChildObjectStateMessage.scala +++ b/common/src/main/scala/net/psforever/packet/game/ChildObjectStateMessage.scala @@ -19,13 +19,11 @@ import scodec.codecs._ * @param pitch the angle with respect to the sky and the ground towards which the object is directed; * an 8-bit unsigned value; * 0 is perfectly level and forward-facing and mapped to 255; - * positive rotation is downwards from forward-facing; - * between 7 (down) and 231 (up), for 32 angles + * positive rotation is downwards from forward-facing * @param yaw the angle with respect to the horizon towards which the object is directed; * an 8-bit unsigned value; * 0 is forward-facing, wrapping around at 127; - * positive rotation is counter-clockwise of forward-facing; - * full rotation + * positive rotation is counter-clockwise of forward-facing */ final case class ChildObjectStateMessage(object_guid : PlanetSideGUID, pitch : Int,