]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Person.cpp
Removed empty destructors. Joint::label is a bodypart
[lugaru.git] / Source / Person.cpp
index f0b00193a059cedf58339f9857d904e1745238c7..a9b5983919f8b45507ce5e1f364d73b23f1b5322 100644 (file)
@@ -1839,7 +1839,7 @@ void Person::RagDoll(bool checkcollision)
 
 /* EFFECT
  */
-void Person::FootLand(bodyparts whichfoot, float opacity)
+void Person::FootLand(bodypart whichfoot, float opacity)
 {
     if ((whichfoot != leftfoot) && (whichfoot != rightfoot)) {
         cerr << "FootLand called on wrong bodypart" << endl;