Use sourceforge rather than GNA for terrain image URLs

This commit is contained in:
Alexander van Gessel (AI0867) 2013-03-27 12:50:15 +01:00
parent c95c19aa38
commit 2561c5b28c

View file

@ -17,7 +17,7 @@ except ImportError:
sys.exit(1)
# Where to get terrain images
terrain_url = "http://svn.gna.org/svn/wesnoth/trunk/data/core/images/terrain/%s.png"
terrain_url = "https://sourceforge.net/p/wesnoth/code/ci/master/tree/data/core/images/terrain/%s.png?format=raw"
def parse_terrain(data):
"""