fix [store_starting_location]

fixes up 9cde1af9c8
This commit is contained in:
gfgtdf 2015-01-09 18:04:23 +01:00
parent 51d47b1ee4
commit 579bad7437

View file

@ -1263,7 +1263,6 @@ function wml_actions.store_starting_location(cfg)
result.owner_side = wesnoth.get_village_owner(loc[1], loc[2]) or 0
end
vwriter_write(writer, result)
index = index + 1
end
end
end