mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-02 18:05:39 +00:00

Rationale: - The at() emulation is only used in one file and will become redundant once we move to C++11 soon - The map_get_value_default function is also only used in one file, and removing it actually makes the logic clearer - It was moved to map/utils.hpp despite having nothing to do with game maps; removing it is slightly easier than moving it again