X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;ds=sidebyside;f=Source%2FPerson.h;h=dcf3b21f377a263cb341fb08c8baacb3b68c0238;hb=8557e339c9a2d10afdf6465e02eca6b87efc961f;hp=b061e3b4f3f3a7ba757812d4e55895f66789fb32;hpb=2609df0eb8239f33810537d12b9986aa5af00438;p=lugaru.git diff --git a/Source/Person.h b/Source/Person.h index b061e3b..dcf3b21 100644 --- a/Source/Person.h +++ b/Source/Person.h @@ -94,9 +94,6 @@ class Person XYZ proportionarms; XYZ proportionbody; - float heightleft; - float heightright; - float unconscioustime; bool immobile; @@ -329,6 +326,11 @@ class Person + // convenience + Joint& joint(int); + XYZ& jointPos(int); + XYZ& jointVel(int); + void CheckKick(); void CatchFire(); void DoBlood(float howmuch, int which); @@ -386,7 +388,6 @@ class Person void Puff(int whichlabel); void FootLand(int which, float opacity); void DoStuff(); - Joint& getJointFor(int); void setAnimation(int); void DoAnimations(); void RagDoll(bool checkcollision);