X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FPerson.h;h=9c6ebe968a31ad5222e299ff3165fa567ae3be24;hb=9e06cb73424ca3f0eb971350c5dfb3cdaec0d5bf;hp=60cc8616754fda39e805f17468912f6dbbf03bac;hpb=cfdbe0ad0521045b27a60dbb1c963ea6dfdcda5a;p=lugaru.git diff --git a/Source/Person.h b/Source/Person.h index 60cc861..9c6ebe9 100644 --- a/Source/Person.h +++ b/Source/Person.h @@ -93,15 +93,15 @@ class Person bool immobile; float velspeed; - float targetrotation; + float targetyaw; float targetrot; float rot; float oldrot; - float lookrotation; - float lookrotation2; - float rotation; - float rotation2; - float lowrotation; + float lookyaw; + float lookpitch; + float yaw; + float pitch; + float lowyaw; float tilt; float targettilt; float tilt2; @@ -138,8 +138,8 @@ class Person int direction; float texupdatedelay; - float headrotation,headrotation2; - float targetheadrotation,targetheadrotation2; + float headyaw,headpitch; + float targetheadyaw,targetheadpitch; bool onterrain; bool pause;