mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-19 13:11:16 +00:00

While this will be deleted before 1.18, at the moment UMC authors are still working on 1.16. While the 1.17 branch is being used for new development in the engine, I think it's more useful to be able to run 1.16 UMCs that test engine edge cases rather than force the UMCs to be upgraded for 1.18's macros. There's currently circa 1200 units using `{SPECIAL_NOTES}` in Ageless Era, probably requiring manual checks to update them. Another option would be to `#define SPECIAL_NOTES` in the UMC itself, but that would likely also mean that the warning was silenced when running on 1.16, and few of the 1200 units would get fixed during the 1.16 cycle. This reverts part of commit 61fa3627818c1a3fb5181a21fc651b67d17b133a.