mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-06 03:31:15 +00:00

Since a0ee38a49, the inner this_item was still in scope when the inner loop writes changed data back to the outer loop's variable, which meant that changes were silently ignored. A lot of the changes in wml-flow.lua are just indentation because of the extra block.