]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Animation/Joint.cpp
Fixed a lot of GCC warnings
[lugaru.git] / Source / Animation / Joint.cpp
index 96f94c97ac6d5a03546017cd8ff63e54cd0ed1b6..f615bfe690dec038ccd52ead1f700e7a230bfd79 100644 (file)
@@ -18,8 +18,9 @@ You should have received a copy of the GNU General Public License
 along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#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)
 {