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

Maps are 0-indexed even in Lua (so that 1 ends up as the lowest passable coordinate), so subtract 1 here Closes #5407
Maps are 0-indexed even in Lua (so that 1 ends up as the lowest passable coordinate), so subtract 1 here Closes #5407