mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-08 10:22:03 +00:00

This makes [movetype] consistent with [unit]. The code in movetype.cpp is used for handling both of those tags and so already had support for "flying" in the merge() and write() functions. This shouldn't be backported to 1.14. For this reason, it also includes handling the C++ todos to use C++14's std::make_unique.