Fix whitespace.

This commit is contained in:
Pentarctagon 2021-06-23 10:30:39 -05:00
parent 8bcfbed34e
commit 0b4f820a46
No known key found for this signature in database
GPG Key ID: 9456BC54A21DBFA0

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)