From: Loic Blot Date: Wed, 5 Oct 2016 18:58:05 +0000 (+0200) Subject: Compilation fix X-Git-Tag: 0.4.15~208 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7fab86a49dd569f24804eb7396843e61095e3854;p=oweals%2Fminetest.git Compilation fix --- 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)),