mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-22 16:35:45 +00:00
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