Fix whitespace from 16157e286b
This commit is contained in:
parent
4d414fa9c9
commit
3c41b209d3
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue