X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FAnimation%2FJoint.cpp;h=f615bfe690dec038ccd52ead1f700e7a230bfd79;hb=5dfd07829a5eecc87d100dd8825a81eafbaa86be;hp=96f94c97ac6d5a03546017cd8ff63e54cd0ed1b6;hpb=1991e81a5c3bcc9cd0d6d49f56ebd8bcbd76e7b4;p=lugaru.git diff --git a/Source/Animation/Joint.cpp b/Source/Animation/Joint.cpp index 96f94c9..f615bfe 100644 --- a/Source/Animation/Joint.cpp +++ b/Source/Animation/Joint.cpp @@ -18,8 +18,9 @@ You should have received a copy of the GNU General Public License along with Lugaru. If not, see . */ -#include "Animation/Joint.h" -#include "binio.h" +#include "Animation/Joint.hpp" + +#include "Utils/binio.h" Joint::Joint() : blurred(0), @@ -32,7 +33,7 @@ Joint::Joint() : visible(false), parent(nullptr), sametwist(false), - label(0), + label(head), hasgun(0), delay(0) {