Use sourceforge rather than GNA for terrain image URLs
This commit is contained in:
parent
c95c19aa38
commit
2561c5b28c
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue