Fix whitespace from 16157e286b

This commit is contained in:
Steve Cotton 2021-06-28 13:57:44 +02:00
parent 4d414fa9c9
commit 3c41b209d3

View file

@ -29,7 +29,7 @@ if wesnoth.kernel_type() == "Game Lua Kernel" then
if type(side) == 'number' then side = wesnoth.sides[side] end
return side.starting_location
end
local function place_shroud(side, shroud)
if type(shroud) == 'string' then
shroud = wesnoth.map.parse_bitmap(shroud)