]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Person.h
Removed empty destructors. Joint::label is a bodypart
[lugaru.git] / Source / Person.h
index fbb62ebae210f81a45cef559115dcd2572f80b70..ebdde320af4f487e1784ac8ecb80084db61278ff 100644 (file)
@@ -386,7 +386,7 @@ public:
     int SphereCheck(XYZ *p1, float radius, XYZ *p, XYZ *move, float *rotate, Model *model);
     int DrawSkeleton();
     void Puff(int whichlabel);
-    void FootLand(bodyparts whichfoot, float opacity);
+    void FootLand(bodypart whichfoot, float opacity);
     void DoStuff();
     void setAnimation(int);
     void DoAnimations();