X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FAnimation%2FJoint.cpp;h=b6ad7070b81530652ca3cc2c223729a452ecf864;hb=0aab437dc560d2afa982e61cc2547756ad7b0761;hp=f615bfe690dec038ccd52ead1f700e7a230bfd79;hpb=ed3662c0852c4312a612b4fc35bd03aba8d13db7;p=lugaru.git diff --git a/Source/Animation/Joint.cpp b/Source/Animation/Joint.cpp index f615bfe..b6ad707 100644 --- a/Source/Animation/Joint.cpp +++ b/Source/Animation/Joint.cpp @@ -1,6 +1,6 @@ /* Copyright (C) 2003, 2010 - Wolfire Games -Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file) +Copyright (C) 2010-2017 - Lugaru contributors (see AUTHORS file) This file is part of Lugaru. @@ -22,20 +22,20 @@ along with Lugaru. If not, see . #include "Utils/binio.h" -Joint::Joint() : - blurred(0), - length(0), - mass(0), - lower(false), - hasparent(false), - locked(false), - modelnum(0), - visible(false), - parent(nullptr), - sametwist(false), - label(head), - hasgun(0), - delay(0) +Joint::Joint() + : blurred(0) + , length(0) + , mass(0) + , lower(false) + , hasparent(false) + , locked(false) + , modelnum(0) + , visible(false) + , parent(nullptr) + , sametwist(false) + , label(head) + , hasgun(0) + , delay(0) { }