From 7fab86a49dd569f24804eb7396843e61095e3854 Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Wed, 5 Oct 2016 20:58:05 +0200 Subject: [PATCH] Compilation fix --- src/content_cao.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content_cao.cpp b/src/content_cao.cpp index 609422f26..a141690f6 100644 --- a/src/content_cao.cpp +++ b/src/content_cao.cpp @@ -566,7 +566,7 @@ GenericCAO::GenericCAO(IGameDef *gamedef, ClientEnvironment *env): m_animation_speed(15), m_animation_blend(0), m_animation_loop(true), - m_bone_position(std::map >()), + m_bone_position(UNORDERED_MAP >()), m_attachment_bone(""), m_attachment_position(v3f(0,0,0)), m_attachment_rotation(v3f(0,0,0)),