forked from mirrors/0ad
56d7be5334
The <minimap> element in resource templates previously included a <type> child element that was required by CCmpMinimap.cpp. This commit removes the <type> field from the minimap schema in CCmpMinimap.cpp and from all affected templates, making the minimap component resource-agnostic and simplifying template definitions. Refs: #8170