diff --git a/src/content_cao.cpp b/src/content_cao.cpp index 609422f2..a141690f 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)),