diff --git a/src/ui/controls/map.cpp b/src/ui/controls/map.cpp index 9bc35b91..e1062096 100644 --- a/src/ui/controls/map.cpp +++ b/src/ui/controls/map.cpp @@ -1281,7 +1281,7 @@ void CMap::UpdateObject(CObject* pObj) if ( color == MAPCOLOR_NULL ) return; - if (!m_fixImage.empty() && !m_bDebug) // map with still image? + /*if (!m_fixImage.empty() && !m_bDebug) // map with still image? { if ( (type == OBJECT_TEEN28 || type == OBJECT_TEEN34 ) && @@ -1290,7 +1290,7 @@ void CMap::UpdateObject(CObject* pObj) if ( type != OBJECT_TEEN28 && type != OBJECT_TEEN34 && color != MAPCOLOR_MOVE ) return; - } + }*/ if ( pObj->Implements(ObjectInterfaceType::Controllable) && dynamic_cast(pObj)->GetSelect() ) {